getDataFromURL: This generates the download url for the report requested...

Description Usage Arguments Value Author(s) Examples

Description

This function generate dataframe after download the zipped file from the downloadUrl obtained from downloadUrl function.

Usage

1
getDataFromURL(downloadUrl)

Arguments

downloadUrl

This is the final url which when put in browser downloads the zipped version of the csv report.

Value

df

The is the final data of the report requested.

Author(s)

Deepesh Goel

Examples

1
2
3
##Not run
df <- getDataFromURL(downloadUrl)
##End(Not run)

deepeshgoeliitk/bingAdsR documentation built on May 25, 2019, 3:59 a.m.