View source: R/import_drivefile.R
gdrive_folder | R Documentation |
Get id of googledrive folder
gdrive_folder(name, path, add = FALSE, ...)
name |
Googledrive folder name |
path |
Googledrive parent path id |
add |
Should folder be added if missing, default is true |
... |
Other arguments to passed on to 'drive_mkdir' |
Googledrive folder item it or NULL for non existing folder
This function will create a new folder if add is set to TRUE
## Not run:
library(glamr)
gdrive_folder("Test-Folder", "ID-adfdfsdfdfdfs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.