dfp_report_url_to_dataframe: Take report URL and convert to data.frame

Description Usage Arguments Value

Description

Receive a URL (usually from the ReportService) and download data from that URL. Currently, the exportFormat must have been set for CSV_DUMP

Usage

1
dfp_report_url_to_dataframe(report_url, exportFormat='CSV_DUMP')

Arguments

report_url

a URL character string returned from the function dfp_getReportDownloadURL

exportFormat

a character string naming what type of exportFormat was provided to dfp_getReportDownloadURL. This is used to determine how to parse the results.

Value

a data.frame of report results from the specified URL


rdfp documentation built on June 6, 2019, 1:02 a.m.