Last data update: 2014.03.03

R: To prepare the dataframe by applying the column names and...
SetDataFrameR Documentation

To prepare the dataframe by applying the column names and column datatypes to the provided data frame.

Description

To prepare the dataframe by applying the column names and column datatypes to the provided data frame.

Usage

SetDataFrame(GA.list.param.columnHeaders, dataframe.param)

Arguments

GA.list.param.columnHeaders

list includes GA response data, column name, column datatype.

dataframe.param

The reponse data(dimensions and metrics data rows) packed in dataframe without the column names and column types.

Value

dataframe.param The dataframe attached with the column names and column datatype as per type the Dimensions and metrics

Results