Receive a URL (usually from the ReportService) and download data from that URL. Currently, the exportFormat must have been set for CSV_DUMP
dfp_report_url_to_dataframe(report_url, exportFormat='CSV_DUMP')
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. |
a data.frame
of report results from the specified URL