rdfp (version 0.1.2)

dfp_report_url_to_dataframe: Take report URL and convert to data.frame

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

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