Description Usage Arguments Value See Also
View source: R/toggl-helpers.R
Fetch the detailed entries for a group during a specified time interval
1 2 | get.toggl.group.data(toggl_token, workspace_id, group, since = Sys.Date()
- 7, until = Sys.Date(), verbose = FALSE)
|
toggl_token |
A toggl API token to access https://toggl.com. |
workspace_id |
The workspace id for the wanted workspace. |
group |
The group Id for the wanted group |
since |
The start date of the wanted time interval, Default value: |
until |
The end date of the wanted interval, Default value: |
verbose |
A flag to enable more verbose output, Default value: FALSE |
A data frame with the collected entries for the wanted group
.
Other get.toggl: get.toggl.clients
,
get.toggl.groups
,
get.toggl.v2.group.details
,
get.toggl.v8.data
,
get.toggl.v8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.