get_current_project_task_detail {togglr} | R Documentation |
get all task from a project
Description
get all task from a project
Usage
get_current_project_task_detail(
project_name = get_context_project(),
api_token = get_toggl_api_token(),
workspace_id = get_workspace_id(),
since = Sys.Date() - lubridate::years(1),
until = Sys.Date(),
humain = TRUE
)
Arguments
project_name |
project name |
api_token |
the toggl api token |
workspace_id |
the workspace id |
since |
a date |
until |
a date |
humain |
boolean humain readable time |
[Package togglr version 0.2.1 Index]