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)