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.
The easiest way to get matomoR is to install it using the devtools:
install.packages("devtools")
devtools::install_github("ebbertd/matomoR")
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.