get_project_id {togglr} | R Documentation |
get_project_id
Description
retrieve project id
Usage
get_project_id(
project_name = get_context_project(),
api_token = get_toggl_api_token(),
create = FALSE,
client = NULL,
workspace_id = get_workspace_id(api_token),
color = NULL
)
Arguments
project_name |
the project name |
api_token |
the toggl api token |
create |
boolean do you want to create the project if it doesnt exist ? |
client |
client name |
workspace_id |
workspace id |
color |
id of the color selected for the project |
[Package togglr version 0.2.1 Index]