View source: R/get_dashboard.R
| get_all_client_names | R Documentation | 
get all client's name
get_all_client_names(
  api_token = get_toggl_api_token(),
  workspace_id = get_workspace_id(),
  since = Sys.Date() - lubridate::years(1),
  until = Sys.Date()
)
| api_token | the toggl api token | 
| workspace_id | the workspace id | 
| since | a date | 
| until | a date | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.