workspace {clockify} | R Documentation |
Get or set active workspace ID
workspace(workspace_id = NULL)
workspace_id |
A workspace ID |
The ID of the active workspace.
## Not run:
# Select default workspace for authenticated user.
workspace()
# Select a specific workspace.
workspace("612b15a5f4c3bf0462192677")
## End(Not run)