View source: R/f - Upload file to Google Drive.R
f_upload_file_to_google_drive | R Documentation |
Uploads given file to Google Drive.
f_upload_file_to_google_drive(
c.file.string,
c.file.type,
c.path,
c.folder,
b.exact.match = FALSE,
c.file.string.exclude = NULL,
c.show.report = "all"
)
c.file.string |
Core name of the file to upload. |
c.file.type |
File type of file to upload. |
c.path |
Path holding the file to upload. |
c.folder |
Google folder where to upload the file. |
b.exact.match |
Should file name have exact match with c.file.string (default: FALSE) |
c.file.string.exclude |
Any string to exclude files for (default: NULL). |
c.show.report |
What info should be printed to console when searching for files (default: "all") |
-
Nothing.
Pieter Overdevest
f_upload_file_to_google_drive(
c.file.string = "Daisycon Feed",
c.file.type = "csv",
c.path = path.deliverables,
c.folder = "12. Data Science BUHV-Oletti/",
b.exact.match = FALSE,
c.file.string.exclude = NULL,
c.show.report = "all"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.