toggl_create_project {togglr} | R Documentation |
toggl_create_project
Description
create a project
Usage
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
)
Arguments
project_name |
project name |
api_token |
the toggl api token#' |
workspace_id |
workspace_id |
client |
client name |
private |
whether project is accessible for only project users or for all workspace users (boolean, default false) |
color |
id of the color selected for the project |
active |
boolean set project as active, TRUE by default |
Examples
## Not run:
toggl_create_project()
## End(Not run)
[Package togglr version 0.2.1 Index]