get_dashboard: get all data from <https://toggl.com>

View source: R/get_dashboard.R

get_dashboardR Documentation

get all data from <https://toggl.com>

Description

get all data from <https://toggl.com>

Usage

get_dashboard(
  api_token = get_toggl_api_token(),
  workspace_id = get_workspace_id(api_token),
  since = Sys.Date() - lubridate::years(1),
  until = Sys.Date()
)

Arguments

api_token

the toggl api token

workspace_id

the workspace id

since

begin date

until

stop date


togglr documentation built on July 11, 2022, 9:06 a.m.