Trying to use read_sheet (googlesheets4) in a for loop to read a bunch of gsheets and assign their columns the same classes

后端 未结 0 1599
你的背包
你的背包 2020-12-15 10:18

After reading in the sheets using:

for (i in 1:nrow(vv)) assign(vv$name[i], read_sheet(ss=vv$id[i], range = "A:AY", col_types = "cccccncncccccc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题