powered by
start a task
toggl_start( description = get_context(), client = "without client", project_name = get_context_project(), start = now(), api_token = get_toggl_api_token(), tags = "", workspace_id = get_workspace_id(api_token) )
the task you are doing
client name
nom du projet
start time in POSIXt
the toggl api token
tags
workspace id
if (FALSE) { get_toggl_api_token()# set your api token here toggl_start() }
Run the code above in your browser using DataLab