getFeaturedHistory | R Documentation |
getFeaturedHistory
provides access to detailed featured
data from the appFigures web API
getFeaturedHistory(product_id, feature_id, curlHandle, verbose = FALSE, orgJSON = FALSE)
product_id |
Numeric. A single appFigures-assigned product ids. |
feature_id |
Numeric. A single feature id. This can be found
using |
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 list of dataframes, one for each product id.
Official documentation: http://docs.appfigures.com/api/reference/v2/featured.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.