find_workspace: Finds a workspace by name, optionally creating it if doesn't exist
Description
Finds a workspace by name, optionally creating it if doesn't exist
Usage
find_workspace(gf, name, description = NULL, create = FALSE)
Value
workspace if found; throws an error if not.
Arguments
- gf
GoFigr client
- name
name of the workspace to find
- description
workspace description if creating a new one
- create
if TRUE and workspace is not found, it will be created