rb_get_folder_name | R Documentation |
Gets folder name based on id
rb_get_folder_name(dribble_id, project = NULL, 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. |
base_folder |
Name of base folder, defaults to 'rbackupr' |
cache |
Logical, defaults to TRUE. Stores locally cached information about base and project folder. |
A data frame with three columns: name (of the folder), id (of the dribble of the folder), parent_id (dribble id of the parent folder)
if (interactive()) {
rb_get_folder_name(rb_drive_find_project())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.