Last data update: 2014.03.03

R: This will request with the prepared Query to the Google...
GetDataFeedR Documentation

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)

Arguments

query.uri

The URI prepared by the QueryBuilder class.

Value

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

Results