cryptoCourse: Cryptocurrency course

Description Usage Arguments Value Author(s) Examples

View source: R/preciousFunctions.R

Description

Get the daily data (Open, High, Low, Close, Adjusted, Volume) of a particular cryptocurrency from its creation until today.

Usage

1
cryptoCourse(symbol = "BTC", currency = "USD")

Arguments

symbol

a character string of the symbol. Default is "BTC" for Bitcoin.

currency

a character string for the region of the currency. "USD", "EUR", "GBP"... Default is "USD" for US Dollar.

Value

if found, a time series of the searched cryptocurrency.

Author(s)

Vincent KV contact@vincentkv.com

Examples

1
2
3
my_course=cryptoCourse(symbol="LTC")
my_course=cryptoCourse(currency="EUR")
my_course=cryptoCourse(symbol="TRX",currency="GBP")

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