Description Usage Arguments Value
View source: R/get_crypto_quotes.R
Scrap crypto quotes data
1 2 3 4 5 6 7 | get_crypto_quotes(
crypto_id = 1,
currency = "USD",
interval = "1h",
time_start = Sys.Date() - 5,
time_end = Sys.Date()
)
|
crypto_id |
Id of crypto asset |
currency |
In which currency to show value of the crypto asset |
interval |
Time interval; can be '1h' or '1d' |
time_start |
date objecct, start of series |
time_end |
date objecct, end of series |
data.table of quotes and metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.