Description Usage Arguments Value Author(s) Examples
To get the price, market cap or volume für one specific crypto- curreny is easy, however, applying this selection to a list of xts-triples is more demanding.
| 1 | get_sel_data_matrix_cg(data, sel)
 | 
| data | a matrix of cryptocurrencies | 
| sel | data selection. 1 for price, 2 for market cap and 3 for volume | 
A time series with portfolio development
Philipp Giese
| 1 2 | data<-sapply(c("bitcoin","litecoin"),FUN=function(X) get_all_data_cg(X))
get_sel_data_matrix_cg(data,1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.