get_all_client_names: get all client's name

View source: R/get_dashboard.R

get_all_client_namesR Documentation

get all client's name

Description

get all client's name

Usage

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

Arguments

api_token

the toggl api token

workspace_id

the workspace id

since

a date

until

a date


ThinkR-open/togglr documentation built on Feb. 20, 2024, 7:18 p.m.