Description Usage Arguments Value Author(s) Examples
View source: R/preciousFunctions.R
Check if a cryptocurrency symbol is known from the package or resembles a symbol known from the package.
1 |
symbol |
a character string of the symbol to check in the list. Default is "BTC" for Bitcoin. |
a list containing the full name of the cryptocurrency matching the symbol or a dataframe of proposals.
Vincent KV contact@vincentkv.com
1 2 3 4 | symbolCheck("BTC")
symbolCheck("BT")
symbolCheck("XBTCZ")
symbolCheck("XYZ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.