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