symbolCheck: Symbol check

Description Usage Arguments Value Author(s) Examples

View source: R/preciousFunctions.R

Description

Check if a cryptocurrency symbol is known from the package or resembles a symbol known from the package.

Usage

1

Arguments

symbol

a character string of the symbol to check in the list. Default is "BTC" for Bitcoin.

Value

a list containing the full name of the cryptocurrency matching the symbol or a dataframe of proposals.

Author(s)

Vincent KV contact@vincentkv.com

Examples

1
2
3
4
symbolCheck("BTC")
symbolCheck("BT")
symbolCheck("XBTCZ")
symbolCheck("XYZ")

VincentKV/Cryptics documentation built on Dec. 18, 2021, 6:18 p.m.