Package 'cryptoverse'

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: 2025-03-01 04:05:10 UTC
Source: https://github.com/viv-analytics/cryptoverse

Help Index


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) ...