Create or get base folder
rb_drive_find_base_folder.Rd
Create or get base folder
Arguments
- 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()`
Examples
if (FALSE) {
if (interactive()) {
rb_drive_find_base_folder()
}
}