Description Usage Arguments Details Value Examples
Construct a mysql query for the selected dates and ids from the Amazon prices database
1 | get_prices(fecha = NULL, id = NULL)
|
fecha |
A vector of dates that can be of class character or Date but in the format aaaa-mm-dd |
id |
A character vector with id list to query |
This function will return a data.frame with a column per id and date rows
A data.frame with the prices of the given ids in the selected dates.
1 | get_prices(date_seq("2015-12-31/"), c("1ispy_", "1ishv_"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.