Allows a user to use the Google Analytics (GA) API to read data directly from GA into R as a data.frame. As of now this script allows you to: Create a new export object. Authenticate with your Google Account. Return an account profile for an authorized Google Account. Create a new API query Use the query to return a data.frame populated with metrics. It requires but RCurl and XML packages. These packages can be downloaded from http://www.omegahat.org/R using the following command, 'install.packages('RCurl', repos = "http://www.omegahat.org/R")' 'install.packages('XML', repos = "http://www.omegahat.org/R")'
Package details |
|
---|---|
Author | Michael Pearmain, Nicolas Remy, Nick Mihailovski |
Maintainer | Michael Pearmain <mpearmain@google.com> |
License | Apache License (==2.0) |
Version | 1.1 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.