R/crypto_prices.R

#' Prices of 3 crypto currencies
#'
#' A dataset closing prices for Litecoin, Bitcoin and Ethereum
#' on 1174 days, between 2016-04-01 and 2019-07-01.
#' Prices are recorded in US dollars.
#'
#' @format A data frame with 1174 rows and 4 variables:
#'  - *Date*: date when the price was recorded
#'  - *LTC*: closing price of Litecoin
#'  - *BTC*: closing price of Bitconin
#'  - *EHT*: closing price of Ethereum
"crypto_prices"

Try the tsviz package in your browser

Any scripts or data that you put into this service are public.

tsviz documentation built on July 26, 2019, 5:03 p.m.