-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading an R object w/o writing to file #44
Comments
a gentle reminder that this is still open. |
I can't convince myself this is needed. To implement, you have to have specific combinations of R object and destination file type in mind. The most common one would be a data frame and Sheet, but that's what googlesheets4 is for. Closing until a specific use case presents itself. |
Hello @jennybc, a necessity is when you want to use Google Drive to store backup copies that are created daily, then an RDS or CSV file will take up less space than a GOOGLESHEET. Any recommendation? |
@renatocava In general, closed issues aren't a good place for discussion. If you're really interested in this, you should open a new issue and, in this case, provide some concrete details about the size differences you observe. |
In testing, I note its awkward to always have to write to file before uploading. We need to offer a way to upload from an R object directly to Drive.
The text was updated successfully, but these errors were encountered: