tidyverse / googlesheets4

Google Spreadsheets R API (reboot of the googlesheets package)
https://googlesheets4.tidyverse.org
Other
360 stars 53 forks source link

to skip comment line #277

Closed sterding closed 1 year ago

sterding commented 1 year ago

It would be great to have a similar function as read.table() to skip the comments line in the Google spreadsheet. e.g. comment.char = "#"

jennybc commented 1 year ago

There is a skip parameter, but that is just a number. I have never perceived this to be terribly common in spreadsheets, i.e. it feels much more likely to come up in a plain text file, such as what read.table() takes as input. And spreadsheets support various range-based methods of targetting specific cells. So, I get it, but this is definitely lower priority than some other missing features.

jennybc commented 1 year ago

Closing since this is not on the roadmap at present.