daattali / daattali/shinyforms
writing to STORAGE_TYPES$GOOGLE_SHEETS works with non empty googlesheet
Open
- Dominant language
- R
- Stars
- 166
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
writing to STORAGE_TYPES$GOOGLE_SHEETS works fine, but only with a google sheet already filled with a header-row and at least one more row. Otherwise I get an error
_all(lengths == 1L | lengths == n) is not TRUE_
from the function call of gs_add_row() as explained in its documentation.
so probably it would be a good thing to indicate the usage of googlesheets is also supported by your package with the current limitations of the googlesheets package.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.