projects: List project folders

View source: R/projects.R

projectsR Documentation

List project folders

Description

List project folders

Usage

projects(x = getAPIRoot())

Arguments

x

a ShojiObject that has an associated catalog. If omitted, the default value for x means that you will load the user's primary folder. (Currently, there are no other folders to load.)

Value

An object of class ProjectFolder.

Examples

## Not run: 
myprojects <- projects()
proj <- myprojects[["Project name"]]

## End(Not run)

crunch documentation built on Aug. 31, 2023, 1:07 a.m.