Type: | Package |
Title: | Visualization and Analytics for the Cryptoverse |
Version: | 0.1.0 |
Author: | Vivian R. Steiger |
Maintainer: | Vivian R. Steiger <viv.datascientist@gmail.com> |
Description: | Providing data to quickly visualize and analyze data from several cryptocurrencies. |
License: | MIT + file LICENSE |
Encoding: | UTF-8 |
LazyData: | true |
NeedsCompilation: | no |
Packaged: | 2022-02-07 17:09:10 UTC; vivian |
Depends: | R (≥ 3.5.0) |
Repository: | CRAN |
Date/Publication: | 2022-02-08 16:00:05 UTC |
Cryptocurrency Data (Daily)
Description
Times-Series Data for 4 Cryptocurrencies. Bitcoin (BTC), Cardano (ADA), Ethereum (ETH) and Ripple(XRP) from 2018 until 2022.
Usage
data("crypto_data_daily")
Format
A data frame with 5801 observations on the following 11 variables.
Examples
data(crypto_data_daily)
## maybe str(crypto_data_daily) ; plot(crypto_data_daily) ...
Cryptocurrency Data (hourly)
Description
Times-Series Data for 4 Cryptocurrencies. Bitcoin (BTC), Cardano (ADA), Ethereum (ETH) and Ripple(XRP) from 2018 until 2022.
Usage
data("crypto_data_hourly")
Format
A data frame with 19847 observations on the following 11 variables.
Examples
data(crypto_data_hourly)
## maybe str(crypto_data_hourly) ; plot(crypto_data_hourly) ...