Skip to content

A package that wraps the {togglr} API to make basic visualizations using {ggplot} for progress reports and time-tracking

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

karissawhiting/togglvis

Repository files navigation

togglvis

Installation

You can install the latest version of togglvis from Github with:

install.packages("remotes")
remotes::install_github("karissawhiting/togglvis")

Example

This is a basic example showing how to get data from the {togglr} API and process and visualize it.

You will need to set up an account on toggl and get an API token. See {togglr} for easy instructions on how to set API key.

Note: You can also download data as a csv directly from the toggl.

library(togglvis)
library(dplyr)
library(togglr)

Get summary report data using {togglr} app, or download data from toggl web browser.

# See togglr documentation for how to set up the API key
report <- togglr::get_detailled_report()
processed_report <- process_report(report)
time_bar_chart(processed_report)

About

A package that wraps the {togglr} API to make basic visualizations using {ggplot} for progress reports and time-tracking

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published