View source: R/searchProducts.R
searchProducts | R Documentation |
searchProducts
searches for a product by name or developer
in the appFigures web API.
searchProducts(term, filter = NULL, page = 1, count = 25, curlHandle, verbose = FALSE, orgJSON = FALSE)
term |
A character string to search for. See Details. |
filter |
|
page |
A numeric value indicating which page of results to show. Defaults to the first page. |
count |
A numeric value indicating the number of results to show in a page. Defaults to 25. |
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 |
For the term
argument, prefix the string
with @name=
or @developer=
if you want to search those fields
specifically. Any spaces included in the term
string
will return an error. Instead, separate multiple terms with '+'.
A data frame containing all publicly available fields. Fields containing meta data will be added later.
Official documentation: http://docs.appfigures.com/products#searching_for_products.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.