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())

Arguments

current

list task id and start time

api_token

the toggl api token

Examples

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

## End(Not run)

togglr documentation built on July 11, 2022, 9:06 a.m.