Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 799 Bytes

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.