transformData: Transform data into R dataframe

View source: R/transformData.R

transformDataR Documentation

Transform data into R dataframe

Description

Transforms the csv data file received from the Adwords API into a dataframe. Moreover the variables are converted into suitable formats. The function is used inside getData and parameters are set automatically.

Usage

transformData(data, report = reportType, apiVersion = "201809")

Arguments

data

Raw csv data from Adwords API.

report

Report type.

apiVersion

set automatically by getData. Supported are 201809, 201806, 201802. Defaults to 201809.

Value

Dataframe with the Adwords Data.


jburkhardt/RAdwords documentation built on March 26, 2022, 7:20 p.m.