rb_get_relative_path | R Documentation |
Based only on cached data-
rb_get_relative_path(
dribble_id,
project = NULL,
max_level = 100,
base_folder = "rbackupr"
)
dribble_id |
The dribble identifier of a folder on Google Drive. |
project |
Defaults to NULL. Can be set once per session with 'rb_get_project_name()'. If given, must be a character vector of length one: name of the project. |
max_level |
Defaults to 100. Maximum level of sub-folders to backup. Default means it will go 100 times deep into sub-folders. Used also to prevent infinite loops. |
base_folder |
Name of base folder, defaults to 'rbackupr' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.