get.toggl.group.data: Fetch the detailed entries for a group during a specified...

Description Usage Arguments Value See Also

View source: R/toggl-helpers.R

Description

Fetch the detailed entries for a group during a specified time interval

Usage

1
2
get.toggl.group.data(toggl_token, workspace_id, group, since = Sys.Date()
  - 7, until = Sys.Date(), verbose = FALSE)

Arguments

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: Sys.Date() -7

until

The end date of the wanted interval, Default value: Sys.Date()

verbose

A flag to enable more verbose output, Default value: FALSE

Value

A data frame with the collected entries for the wanted group.

See Also

Other get.toggl: get.toggl.clients, get.toggl.groups, get.toggl.v2.group.details, get.toggl.v8.data, get.toggl.v8


Praqma/toggleR documentation built on April 11, 2020, 7:36 p.m.