projects_folder: projects folder path

Description Usage Details See Also Examples

View source: R/getters.R

Description

Returns the file path of the main projects folder if it has been established via setup_projects().

Usage

1

Details

The file path is returned as a simple character string. It simply returns the value of Sys.getenv("PROJECTS_FOLDER_PATH"), provided that its value is a file path of a directory that actually exists (i.e., setup_projects() has been successfully run).

If it can't find a directory with that path, it returns this string:

projects folder not found. Please run setup_projects()

See Also

setup_projects() for setting up the projects folder.

Examples

1

projects documentation built on April 24, 2021, 5:06 p.m.