Description Usage Arguments Value See Also Examples
View source: R/toggl-helpers.R
Fetch a list of groups from toggl.
1 | get.toggl.groups(toggl_token, workspace_id, verbose = FALSE)
|
toggl_token |
A toggl API token to access https://toggl.com. |
workspace_id |
The workspace id for the wanted workspace. |
verbose |
A flag to enable more verbose output, Default value: FALSE |
A data frame of the groups accessable using toggl_token
from the toggl workspace with id: workspace_id
.
Other get.toggl: get.toggl.clients
,
get.toggl.group.data
,
get.toggl.v2.group.details
,
get.toggl.v8.data
,
get.toggl.v8
1 | get.toggl.groups(Sys.getenv("TOGGL_TOKEN"), Sys.getenv("TOGGL_WORKSPACE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.