get_sel_data_list_cg: Read price, market cap or volume from list of currency data

Description Usage Arguments Value Author(s) Examples

Description

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.

Usage

1

Arguments

data

a list of cryptocurrencies

sel

data selection. 1 for price, 2 for market cap and 3 for volume

Value

A time series with portfolio development

Author(s)

Philipp Giese

Examples

1
2
data<-sapply(c("bitcoin","litecoin"),FUN=function(X) get_all_data_cg(X))
get_sel_data_list_cg(data,1)

philbtcecho/btcecho documentation built on June 6, 2019, 10:59 a.m.