Learn R Programming

gofigR (version 1.1.3)

create_figure: Create a new figure under an analysis.

Description

The newly created figure is initially blank and contains no revisions. Use the revision helpers to attach content once the figure has been created.

Usage

create_figure(gf, analysis, name, description = NULL)

Value

The created figure object as returned by the API.

Arguments

gf

GoFigr client.

analysis

Parent analysis under which to create the figure. Can be an analysis object or an API ID.

name

Human-readable name for the new figure.

description

Optional longer description of the figure's purpose or contents.