rb_set_project | R Documentation |
Set (or get) name of project for the current session.
rb_set_project(project = NULL)
rb_get_project_name(project = NULL)
project |
Defaults to NULL. If given, it must be a character vector of length one. Name of a project. It will be used as the root folder for your current project, and located under the 'base_folder' on your Google Drive. |
The project name, if previously set; the same as input if not NULL; or the default, 'rbackupr_data' is none is given.
rb_set_project(project = "weather_csv_files")
rb_get_project_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.