crunch (version 1.27.7)

projects: Get the project catalog

Description

Get the project catalog

Usage

projects(x = getAPIRoot())

Arguments

x

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

Value

An object of class ProjectFolder.

Examples

Run this code
# NOT RUN {
myprojects <- projects()
proj <- myprojects[["Project name"]]
# }

Run the code above in your browser using DataLab