Learn R Programming

crunch (version 1.14.4)

projects: Get the project catalog

Description

Get the project catalog

Usage

projects(x = getAPIRoot())

Arguments

x
a ShojiObject that has a project catalog associated. 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 ProjectCatalog.

Examples

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

Run the code above in your browser using DataLab