Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 804 Bytes

matomoR

Travis build status

The goal of matomoR is to provide an R package that can used to query a Matomo server. This way the data can be processed further in R.

Installation

The easiest way to get matomoR is to install it using the devtools:

install.packages("devtools")
devtools::install_github("ebbertd/matomoR")

Status

The package is far from complete. I will only add functions once in a while depending on when I need them. Feel free to contribute.

Please note that the 'matomoR' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.