getEstimates | R Documentation |
getEstimates
requests product specific data from the appFigures API.
getEstimates(product_ids, countries = "US", category, end_date, start_date, curlHandle, verbose = FALSE, orgJSON = FALSE)
product_ids |
Numeric. A vector of appFigures-assigned product ids. |
end_date |
Character string or date object. Date of last estimate to be reported. Defaults to today. See Details. |
start_date |
Character string or date object. Date of first estimate to be
reported. Defaults to 31 days prior to the |
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 |
country |
Character. One or more country iso abbreviations that filter which countries estimates data to include. Defaults to "US". |
Estimates represent a prediction for apps. Both downloads and revenue estimates are displayed.
A data frame containing all publicly available fields.
Official documentation: http://docs.appfigures.com/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.