The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.