/piwikr

Web Analytics for Hackers

Primary LanguageR

piwikr

Build Status Coverage Status

If you like Piwik and R then piwikr is for you. This post describes some of the custom analytics possible using piwikr.

Installation

To install piwikr in R use the following commands:

install.packages('devtools')
devtools::install_github('amarder/piwikr')

Notes

This page was useful in understanding the data stored by Piwik in MySQL.