
Last chance! 50% off unlimited learning
Sale ends in
stop the active task
toggl_stop(
current = get_current(),
api_token = get_toggl_api_token(),
workspace_id = get_workspace_id(api_token)
)
list task id and start time
the toggl api token
workspace id
if (FALSE) {
options(toggl_api_token = "XXXXXXXX")# set your api token here
toggl_start()
toggl_stop()
}
Run the code above in your browser using DataLab