Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 17 found.
[1] < 1 2 > [2]  Sort:

SetColDataType (Package: RGoogleAnalytics) : This will set the appropriate data type to the each column of the

This will set the appropriate data type to the each column of the provided dataframe.
● Data Source: CranContrib
● Keywords: internal
● Alias: SetColDataType
● 0 images

GetProfiles (Package: RGoogleAnalytics) : Retrieve the list of Profiles for the Google Analytics Account

This function retrieves all the available profiles from the Google analytics account. Before retrieving the list of profiles, this function checks whether the token is valid and regenerates it if required
● Data Source: CranContrib
● Keywords:
● Alias: GetProfiles
● 0 images

RefreshToAccessToken (Package: RGoogleAnalytics) : This function takes the Refresh Token as an argument and retrives a new

This function takes the Refresh Token as an argument and retrives a new Access Token based on it
● Data Source: CranContrib
● Keywords: :, Reference, https://developers.google.com/accounts/docs/OAuth2#installed, internal
● Alias: RefreshToAccessToken
● 0 images

ParseDataFeedJSON (Package: RGoogleAnalytics) : This function will parse the json response and checks if the reponse

This function will parse the json response and checks if the reponse is contains an error, if found it will promt user with the related error message.
● Data Source: CranContrib
● Keywords: internal
● Alias: ParseDataFeedJSON
● 0 images

GetAcctDataFeedJSON (Package: RGoogleAnalytics) : This function will make a request to the Google Management API with

This function will make a request to the Google Management API with the query prepared by the QueryBuilder() and ToUri() for retrieving the GA Account data.
● Data Source: CranContrib
● Keywords: internal
● Alias: GetAcctDataFeedJSON
● 0 images

ParseApiErrorMessage (Package: RGoogleAnalytics) : To check whether the returned JSON response is error or not.

If there is an error in JSON response then this function will return the related error code and message for that error.
● Data Source: CranContrib
● Keywords: internal
● Alias: ParseApiErrorMessage
● 0 images

SetDataFrame (Package: RGoogleAnalytics) : To prepare the dataframe by applying the column names and column datatypes

To prepare the dataframe by applying the column names and column datatypes to the provided data frame.
● Data Source: CranContrib
● Keywords: internal
● Alias: SetDataFrame
● 0 images

GetDataFeed (Package: RGoogleAnalytics) : This will request with the prepared Query to the Google Analytics

This will request with the prepared Query to the Google Analytics Data feed API and returns the data in dataframe R object.
● Data Source: CranContrib
● Keywords: internal
● Alias: GetDataFeed
● 0 images

GetReportData (Package: RGoogleAnalytics) : Query the Google Analytics API for the specified dimensions, metrics and other query parameters

This function will retrieve the data by firing the query to the Core Reporting API. It also displays status messages after the completion of the query. The user also has the option split the query into daywise partitions and paginate the query responses in order to decrease the effect the sampling
● Data Source: CranContrib
● Keywords:
● Alias: GetReportData
● 0 images

GetProfilesFromJSON (Package: RGoogleAnalytics) : This function will do the parsing operation on the JSON reponse

This function will do the parsing operation on the JSON reponse returned from the Google Management API and return the dataframe stored with the profile id and profile name
● Data Source: CranContrib
● Keywords: internal
● Alias: GetProfilesFromJSON
● 0 images