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

View source: R/rb_caching.R

rb_set_projectR Documentation

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

Description

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")
rb_get_project_name()

giocomai/rbackupr documentation built on Oct. 18, 2023, 9:36 p.m.