getArchivedReport | R Documentation |
getArchivedReport
provides access to archived reports
from the appFigures web API
getArchivedReport(type = c("all", "daily", "weekly", "monthly", "monthlyfree", "finance", "payment"), date, curlHandle, verbose = FALSE, orgJSON = FALSE)
type |
Character. Choose between |
date |
Character. Only return reports with a timestamp on this date. Defaults to all dates. |
curlHandle |
Provide an instance of the CURLHandle-class from the RCurl package. The default will create a curl handle specific to the function call. |
verbose |
Logical. Should details of the web request
print to the console? Defaults to |
orgJSON |
Logical. Should the JSON string be returned
without being converted to R objects? Defaults to |
A dataframe containing the requested reports.
Official documentation: http://docs.appfigures.com/archive.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.