coin_ts: Fetch time series data of two cryptocurrency exchange rates.

Description Usage Value Examples

Description

Fetch time series data of two cryptocurrency exchange rates.

Usage

1
2
coin_ts(from = "BTC", to = "USDT", start = "2001-01-01",
  end = "9999-01-01", period = 86400)

Value

a tibble with data of HLOCV of the referred cryptocoin

Examples

1
btc_data <- coin_ts(from="BTC", to="USDT", start="2001-01-01", end="2017-02-18")

duarteguilherme/cryptocoins documentation built on May 15, 2019, 5:23 p.m.