View source: R/rb_drive_project.R
rb_drive_find_base_folder | R Documentation |
Create or get base folder
rb_drive_find_base_folder(
base_folder = "rbackupr",
create = FALSE,
cache = TRUE
)
base_folder |
Name of base folder, defaults to "rbackupr". |
create |
Defaults to FALSE. If set to TRUE, the folder is create if not found. |
cache |
Logical, defaults to TRUE. Can be se to NULL, and managed with 'rb_enable_cache()' / 'rb_disable_cache()' |
## Not run:
if (interactive()) {
rb_drive_find_base_folder()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.