crunch (version 1.30.4)

projects: List project folders

Description

List project folders

Usage

projects(x = getAPIRoot())

Value

An object of class ProjectFolder.

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.)

Examples

Run this code
if (FALSE) {
myprojects <- projects()
proj <- myprojects[["Project name"]]
}

Run the code above in your browser using DataLab