get.toggl.groups: Fetch a list of groups from toggl.

Description Usage Arguments Value See Also Examples

View source: R/toggl-helpers.R

Description

Fetch a list of groups from toggl.

Usage

1
get.toggl.groups(toggl_token, workspace_id, verbose = FALSE)

Arguments

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

Value

A data frame of the groups accessable using toggl_token from the toggl workspace with id: workspace_id.

See Also

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

Examples

1
get.toggl.groups(Sys.getenv("TOGGL_TOKEN"), Sys.getenv("TOGGL_WORKSPACE"))

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