Returns a tidy data frame of historical data for specificed cryptocurrencies

historical_data(cryptocurrency = c("BTC", "PPC"))

Arguments

cryptocurrency

A vector with cryptocurrency symbols

Value

A data frame with fourteen columns.

Details

The tidy data frame constains general information about the selected cryptocurrencies on date.

Examples

data <- historical_data(cryptocurrency = c('BTC'))