get_all_project_names: Get all project's names

View source: R/get_dashboard.R

get_all_project_namesR Documentation

Get all project's names

Description

Get all project's names

Usage

get_all_project_names(
  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

a date

until

a date


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