Description Usage Arguments Examples
Imports open, close, high, and low price; as well as volume of selected cryptocurrency.
1 | get_coin_data(pair)
|
pair |
Cryptocurrency and currency pair to import. Can be obtained with "format_pair" function. |
1 2 3 4 5 6 | ## Type the cryptocurrency-local currency pair in quotes.
# get_coin_data("BTC-USD")
## Use the format_pair() function to get pair format.
# pair <- format_pair("btc", "usd")
# get_coin_data(pair)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.