Skip to contents

Set (or get) name of project for the current session.

Usage

rb_set_project(project = NULL)

rb_get_project_name(project = NULL)

Arguments

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.

Value

The project name, if previously set; the same as input if not NULL; or the default, `rbackupr_data` is none is given.

Examples

rb_set_project(project = "weather_csv_files")
#>             project 
#> "weather_csv_files" 
rb_get_project_name()
#>             project 
#> "weather_csv_files"