Searches the workspaces visible to the current user by name and, optionally, creates a new workspace when no match is found.
find_workspace(gf, name, description = NULL, create = FALSE)A workspace object corresponding to the matching (or newly created) workspace.
GoFigr client.
Name of the workspace to find.
Optional description to use if a new workspace is created.
Logical; if `TRUE` and the workspace does not exist, a new one is created. If `FALSE`, an error is thrown when no matching workspace is found.