powered by
create a project
toggl_create_project( project_name = get_context_project(), api_token = get_toggl_api_token(), workspace_id = get_workspace_id(api_token), client = NULL, private = FALSE, color = NULL, active = TRUE )
project name
the toggl api token#'
workspace_id
client name
whether project is accessible for only project users or for all workspace users (boolean, default false)
id of the color selected for the project
boolean set project as active, TRUE by default
if (FALSE) { toggl_create_project() }
Run the code above in your browser using DataLab