Skip to contents

Make Project

Usage

make_project(name = NULL, description = NULL)

Arguments

name

the name of the project.

description

describe the project.

Value

The projectId of the project.

Examples

if (FALSE) { # \dontrun{
make_project("Example project","An example Project")
} # }