/googleAnalyticsR

A new Google Analytics R library using googleAuthR and v4 of the reporting API

Primary LanguageROtherNOASSERTION

googleAnalyticsR

Travis-CI Build Status CRAN Coverage Status

Get more examples and tutorials at the googleAnalyticsR website

Wasson?

Work is currently focused on quashing bugs and updating the BigQuery parser.

If you find any bugs please log any problems here in the issues tracker.

Install

You also need the version > 0.3.0 of googleAuthR

install.packages("googleAuthR")
install.packages("googleAnalyticsR")

Development version off github

devtools::install_github("MarkEdmondson1234/googleAnalyticsR")