Learn R Programming

gofigR (version 1.1.3)

create_analysis: Create a new analysis within a workspace.

Description

Analyses act as containers for figures, data and revisions. This helper creates a fresh analysis under the specified workspace.

Usage

create_analysis(gf, name, description = NULL, workspace = NULL)

Value

The created analysis object as returned by the API.

Arguments

gf

GoFigr client.

name

Human-readable analysis name.

description

Optional longer description of the analysis.

workspace

Workspace under which the analysis will be created. Can be a workspace object or an API ID. If `NULL`, the client's default workspace is used.