getRawReport: Retrieve the raw report data.

View source: R/getArchive.R

getRawReportR Documentation

Retrieve the raw report data.

Description

getRawReport provides access to the raw report data from the appFigures web API

Usage

getRawReport(id, curlHandle, verbose = FALSE)

Arguments

id

Numeric. The id of requested report.

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 FALSE.

Value

A character string containing the raw report.

See Also

Official documentation: http://docs.appfigures.com/archive.


appfigures/afapi documentation built on Nov. 13, 2022, 9:27 a.m.