Learn R Programming

GAR (version 1.1)

Authorize and Request Google Analytics Data

Description

The functions included are used to obtain initial authentication with Google Analytics as well as simple and organized data retrieval from the API. Allows for retrieval from multiple profiles at once.

Copy Link

Version

Install

install.packages('GAR')

Monthly Downloads

18

Version

1.1

License

GPL-2

Maintainer

Last Published

September 18th, 2015

Functions in GAR (1.1)

envGAR

Creates modifiable environment for package variables.
getCode

Authenticates a Google Analytics.
gaRequest

Request data from Google Analytics API
GAR-package

Authorize and Request Google Analytics data.
getRefresh

Retrieves a Google Analytics refresh token using a pre-retrieved and authenciated code. A refresh token can be used to repeating obtain a new access token without additional manual authentication.
tokenRefresh

Retrieves a Google Analytics access token using a refresh token.