Closed mmadmar closed 6 years ago
It means that sheet only has 26 columns. Trying reading only range = cell_cols(1:26)
. Or don't specific the column range at all.
Perhaps a better design would be to do that for you or fill a suitably sized object with NA
s. But that's unfortunately not how this function works.
Thanks,
leaving out the range helped.
Hi all,
I am executing the following code:
gs_read(ws = "GA_pageviews_sessions", range = cell_cols(1:50))
and I am getting the following error message:
Does that mean that I can only import max 26 columns?
Thanks!