Description Usage Arguments Examples
View source: R/crypto_symbols.R
Get symbols from selected cryptocurrency exchange
1 | crypto_symbols(exchange = "COINBASE", ...)
|
exchange |
Crypto Exchanges - COINBASE, GEMINI, Binance, BITFINIX, KRAKEN, etc. |
1 2 3 4 5 | crypto_symbols(exchange = 'COINBASE')
all_cryptos <- crypto_exchanges() %>%
dplyr::pull(crypto_exchange) %>%
purrr::map(crypto_symbols) %>%
dplyr::bind_rows()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.