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.