bahibo_coins: Bahibo Coins

Description Usage Examples

Description

The function gives all available coins. You do not need any parameters. You can use the return values to analyze and plot the historical data, for example. Or you build a Dashboard with the Shiny Package ;)

Usage

1

Examples

1
2
3
4
5
6
7
# load data
coin<-Bahibo::bahibo.coins()[1]
coin_hist<-Bahibo::bahibo.hist(coin)

# simple Plot
coin_hist_zoo<-zoo(coin_hist,as.Date(rownames(coin_hist)))
plot.zoo(coin_hist_zoo)

StephanBahibo/Bahibo documentation built on Feb. 13, 2022, 9:13 a.m.