Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


togglr (version 0.2.1)

toggl_stop: toggl_stop

Description

stop the active task

Usage

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

Arguments

current

list task id and start time

api_token

the toggl api token

workspace_id

workspace id

Examples

Run this code
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