get.toggl.v8.data: Fetch a list from toggl using the v8 api.

Description Usage Arguments Value See Also Examples

View source: R/toggl-helpers.R

Description

Fetch a list from toggl using the v8 api.

Usage

1
get.toggl.v8.data(toggl_token, workspace_id, what, verbose = FALSE)

Arguments

toggl_token

A toggl API token to access https://toggl.com.

workspace_id

The workspace id for the wanted workspace.

what

What to fetch

verbose

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

Value

A data frame with the wanted data, 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.groups, get.toggl.v2.group.details, get.toggl.v8

Examples

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

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