toggl_stop: toggl_stop

View source: R/put.R

toggl_stopR Documentation

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

## Not run: 
options(toggl_api_token = "XXXXXXXX")# set your api token here
toggl_start()
toggl_stop()

## End(Not run)

ThinkR-open/togglr documentation built on Feb. 20, 2024, 7:18 p.m.