Transform data into R dataframe
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.
getData
transformData(data, report = reportType, apiVersion = "201809")
data
report
apiVersion
Dataframe with the Adwords Data.
Useful links