noahhl/r-google-analytics: R Handler for importing Google Analytics information from the Google Analytics API

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")'

Getting started

Package details

AuthorMichael Pearmain, Nicolas Remy, Nick Mihailovski
MaintainerMichael Pearmain <mpearmain@google.com>
LicenseApache License (==2.0)
Version1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("noahhl/r-google-analytics")
noahhl/r-google-analytics documentation built on May 23, 2019, 9:29 p.m.