Returns a tidy data frame of ticker data for specificed cryptocurrencies

ticker(cryptocurrency = c("BTC"))

Arguments

cryptocurrency

A vector with cryptocurrencies symbol

Value

A data frame with fourteen columns.

Details

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

Examples

ticker_data <- ticker(cryptocurrency = c('BTC', 'PPC'))