workspace {clockify} | R Documentation |
Get or set active workspace ID
Description
Get or set active workspace ID
Usage
workspace(workspace_id = NULL)
Arguments
workspace_id |
A workspace ID |
Value
The ID of the active workspace.
Examples
## Not run:
# Select default workspace for authenticated user.
workspace()
# Select a specific workspace.
workspace("612b15a5f4c3bf0462192677")
## End(Not run)
[Package clockify version 0.1.6 Index]