This repo is the new home for the RGoogleAnalytics library migrated from Google Code SVN

What is it

RGoogleAnalytics is a R Wrapper around the Google Analytics API. It allows fast and easy data extraction in R so that further statistical analysis can be run on the data

Key Features

Installation

To get the current development version from github:

# require(devtools)
devtools::install_github("ManuelDeFrancisco/RGoogleAnalytics")

Dependencies

Background

Work on RGoogleAnalytics was started by Michael Pearmain at Google. He was supported by Nick Mihailowski (Google) and Vignesh Prajapati (Tatvic). Current package in CRAN is maintained by Manuel de Francisco Vera (HotelSpecials)

Tutorials and Use-cases