jennybc / googlesheets

Google Spreadsheets R API
Other
783 stars 191 forks source link

delete row functionality #357

Closed reachsalman closed 2 years ago

reachsalman commented 6 years ago

As of 2022-02-03, the googlesheets package has been archived on CRAN. I'm closing all issues and pull requests prior to archiving this GitHub repo.

Learn more at:

https://github.com/jennybc/googlesheets#readme

jennybc commented 6 years ago

Have you tried setting the value of such cells to ""?

No, there is no explicit function for deleting or clearing cells. I have just started work in earnest on a reboot of this package, but wrapping the more modern Sheet v4 API. I won't add any functionality here, but you're welcome to open an issue there to remind me of this need.

https://github.com/tidyverse/googlesheets4