toggl_start: toggl_start

View source: R/put.R

toggl_startR Documentation

toggl_start

Description

start a task

Usage

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

Arguments

description

the task you are doing

client

client name

project_name

nom du projet

start

start time in POSIXt

api_token

the toggl api token

tags

tags

workspace_id

workspace id

Examples

## Not run: 
get_toggl_api_token()# set your api token here
toggl_start()

## End(Not run)

ThinkRstat/togglr documentation built on Feb. 21, 2024, 9:20 a.m.