stop the active task
toggl_stop(current = get_current(), api_token = get_toggl_api_token())
current | list task id and start time |
---|---|
api_token | the toggl api token |
if (FALSE) { options(toggl_api_token = "XXXXXXXX")# set your api token here toggl_start() toggl_stop() }