README.md

togglR

A simple R wrapper for Toggl Reports API v2 to build simple reports and dashboards for personal productivity (utilization and distribution).

This R package does 3 things: 1. authenticates with toggl 2. export toggl clients 3. export toggl time entries

to extract time entries data. Used to build simple reports and dashboards

Installation

if (!requireNamespace("devtools")){install.packages("devtools")}
devtools::install_github("justinjm/togglR")


justinjm/togglR documentation built on June 25, 2019, 1:55 p.m.