GetProfilesFromJSON: This function will do the parsing operation on the JSON...

Description Usage Arguments Value

Description

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

Usage

1
GetProfilesFromJSON(api.response.json)

Arguments

api.reponse.json

The JSON response from GetProfileData function which will request to the Google Management API.

Value

Profileres.list The list stored with totalResults as value of the total available data rows and profiles as the R dataframe object with two columns as column id and column name.


RGoogleAnalytics documentation built on May 2, 2019, 8:34 a.m.