Description Usage Arguments Value Examples
These helpers return ID, name or ticker symbol for cryptocurrencies based on either of the other two. Symbol inputs are not case sensitive but IDs and names are.
1 2 3 4 5 | coin_id(x)
coin_name(x)
coin_symbol(x)
|
x |
a coin id, name or ticker symbol. |
a vector the same length as x
.
1 2 3 | coin_id(c("btc", "Ethereum"))
coin_name(c("BTC", "BCH"))
coin_symbol("Bitcoin")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.