projects: Manage RStudio Projects

projectsR Documentation

Manage RStudio Projects

Description

  • read_projects() - reads file with projects and list their names and paths.

Usage

read_projects(file, sort_by = FALSE)

Arguments

file

(character) Path to file with RStudio project names.

sort_by

("name"|"path"|FALSE)

Examples

## Not run: \donttest{
read_projects(get_path_recent_proj_list())
}
## End(Not run)


mokymai/bs documentation built on Jan. 28, 2025, 8:26 p.m.