| Title: | Visualization and Analytics for the Cryptoverse |
|---|---|
| Description: | Providing data to quickly visualize and analyze data from several cryptocurrencies. |
| Authors: | Vivian R. Steiger |
| Maintainer: | Vivian R. Steiger <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0 |
| Built: | 2026-06-08 07:42:55 UTC |
| Source: | https://github.com/viv-analytics/cryptoverse |
Times-Series Data for 4 Cryptocurrencies. Bitcoin (BTC), Cardano (ADA), Ethereum (ETH) and Ripple(XRP) from 2018 until 2022.
data("crypto_data_daily")data("crypto_data_daily")
A data frame with 5801 observations on the following 11 variables.
data(crypto_data_daily) ## maybe str(crypto_data_daily) ; plot(crypto_data_daily) ...data(crypto_data_daily) ## maybe str(crypto_data_daily) ; plot(crypto_data_daily) ...
Times-Series Data for 4 Cryptocurrencies. Bitcoin (BTC), Cardano (ADA), Ethereum (ETH) and Ripple(XRP) from 2018 until 2022.
data("crypto_data_hourly")data("crypto_data_hourly")
A data frame with 19847 observations on the following 11 variables.
data(crypto_data_hourly) ## maybe str(crypto_data_hourly) ; plot(crypto_data_hourly) ...data(crypto_data_hourly) ## maybe str(crypto_data_hourly) ; plot(crypto_data_hourly) ...