Learn R Programming

gofigR (version 1.1.3)

create_workspace: Create a new workspace.

Description

Workspaces are top-level containers for analyses and figures. This helper creates a new workspace owned by the current user.

Usage

create_workspace(gf, name, description = NULL)

Value

The created workspace object as returned by the API.

Arguments

gf

GoFigr client.

name

Human-readable workspace name.

description

Optional longer description of the workspace.