An R and Rstudio wrapper for toggl Api. https://www.toggl.com/
Documentation site: https://thinkr-open.github.io/togglr/
togglr
if (!requireNamespace("devtools")){install.packages("devtools")}
devtools::install_github("ThinkR-open/togglr")
Go on toogl.com website : https://track.toggl.com/profile
then select and copy your token api at the bottom of the page.
You just need to do this once.
Without any parameters it will create a new project using your Rstudio project name.
By default the client name is “without client” you can choose (and eventualy create a client) by using :
But you can also choose the task and the project
get_current_duration()# the current track
get_project_task_detail()# all the project (including the current track)
This package comes with 2 Rstudio addins ‘start toggl’ and ‘stop toggl’, feel free to use keybindings for convenience.