stop the active task

toggl_stop(current = get_current(), api_token = get_toggl_api_token())

Arguments

current

list task id and start time

api_token

the toggl api token

Examples

if (FALSE) { options(toggl_api_token = "XXXXXXXX")# set your api token here toggl_start() toggl_stop() }