Learn R Programming

RGoogleAnalytics (version 0.1.6)

GetDataFeed: This will request with the prepared Query to the Google Analytics Data feed API and returns the data in dataframe R object.

Description

This will request with the prepared Query to the Google Analytics Data feed API and returns the data in dataframe R object.

Usage

GetDataFeed(query.uri, caching.dir = NULL, caching = FALSE)

Arguments

query.uri

The URI prepared by the QueryBuilder class.

caching.dir

String Directory to save cached data

caching

Boolean caching required?

Value

GA.list The Google Analytics API JSON response converted to a list object