Analyses act as containers for figures, data and revisions. This helper creates a fresh analysis under the specified workspace.
create_analysis(gf, name, description = NULL, workspace = NULL)The created analysis object as returned by the API.
GoFigr client.
Human-readable analysis name.
Optional longer description of the analysis.
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.