Description Usage Arguments Value Examples
View source: R/get_coin_history.R
function retreives price data for specified coin on specified date
1 | get_coin_history(coin, date_POSIXlt, simplify = TRUE, localization = FALSE)
|
coin |
character |
date_POSIXlt |
POSIXlt |
simplify |
logical |
localization |
logical |
list
1 | get_coin_history(coin = "bitcoin", date_POSIXlt = as.POSIXlt("2015-12-01"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.