| create_client | R Documentation |
create a client
create_client( name = "wihtout client", api_token = get_toggl_api_token(), workspace_id = get_workspace_id(api_token) )
name |
client name |
api_token |
the toggl api token |
workspace_id |
workspace id |
## Not run:
get_toggl_api_token()# set your api token here
create_client("new client")
## End(Not run)