Description Usage Arguments Value Author(s) Examples
View source: R/preciousFunctions.R
Get the daily data (Open, High, Low, Close, Adjusted, Volume) of a particular cryptocurrency from its creation until today.
1 | cryptoCourse(symbol = "BTC", currency = "USD")
|
symbol |
a character string of the symbol. Default is "BTC" for Bitcoin. |
currency |
a character string for the region of the currency. "USD", "EUR", "GBP"... Default is "USD" for US Dollar. |
if found, a time series of the searched cryptocurrency.
Vincent KV contact@vincentkv.com
1 2 3 | my_course=cryptoCourse(symbol="LTC")
my_course=cryptoCourse(currency="EUR")
my_course=cryptoCourse(symbol="TRX",currency="GBP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.