getFeaturedHistory: Retrieve featured history reports.

View source: R/getFeatured.R

getFeaturedHistoryR Documentation

Retrieve featured history reports.

Description

getFeaturedHistory provides access to detailed featured data from the appFigures web API

Usage

getFeaturedHistory(product_id, feature_id, curlHandle, verbose = FALSE,
  orgJSON = FALSE)

Arguments

product_id

Numeric. A single appFigures-assigned product ids.

feature_id

Numeric. A single feature id. This can be found using getFeaturedReport.

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.

orgJSON

Logical. Should the JSON string be returned without being converted to R objects? Defaults to FALSE.

Value

A list of dataframes, one for each product id.

See Also

Official documentation: http://docs.appfigures.com/api/reference/v2/featured.


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