Learn R Programming

gofigR (version 1.1.3)

list_analyses: List analyses within a workspace.

Description

This is a convenience wrapper around `get_workspace()` that returns only the analyses associated with a workspace, rather than the full workspace object.

Usage

list_analyses(gf, workspace_id = NULL)

Value

A list of analysis objects associated with the selected workspace.

Arguments

gf

GoFigr client.

workspace_id

Optional API ID of the workspace to inspect. If `NULL`, the default workspace configured on the client (`gf$workspace`) is used.