create a client

create_client(name = "wihtout client",
  api_token = get_toggl_api_token(),
  workspace_id = get_workspace_id(api_token))

Arguments

name

client name

api_token

the toggl api token

workspace_id

workspace id

Examples

if (FALSE) { get_toggl_api_token()# set your api token here create_client("new client") }