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 ;)
1 |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.