inst/doc/togglr.R

## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
  eval= FALSE,
  collapse = TRUE,
  comment = "#>"
)

## -----------------------------------------------------------------------------
#  install.packages("togglr")

## -----------------------------------------------------------------------------
#  togglr::open_toggl_website_profile()

## -----------------------------------------------------------------------------
#  library(togglr)
#  set_toggl_api_token("your_token_api")

## -----------------------------------------------------------------------------
#  toggl_start()

## -----------------------------------------------------------------------------
#  toggl_start(client = "my client")

## -----------------------------------------------------------------------------
#  toggl_start(client = "my client",
#              description = "what I'm doing",
#              project_name = "my project")

## -----------------------------------------------------------------------------
#  toggl_stop()

## -----------------------------------------------------------------------------
#  get_current_duration()# the current track
#  get_project_task_detail()# all the project (including the current track)
#  

## -----------------------------------------------------------------------------
#  get_dashboard()

## -----------------------------------------------------------------------------
#  ls(package:togglr)

Try the togglr package in your browser

Any scripts or data that you put into this service are public.

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