get_coin_history: Get price history

Description Usage Arguments Value Examples

View source: R/get_coin_history.R

Description

function retreives price data for specified coin on specified date

Usage

1
get_coin_history(coin, date_POSIXlt, simplify = TRUE, localization = FALSE)

Arguments

coin

character

date_POSIXlt

POSIXlt

simplify

logical

localization

logical

Value

list

Examples

1
get_coin_history(coin = "bitcoin", date_POSIXlt = as.POSIXlt("2015-12-01"))

SamBuckberry/CoinGeckoR documentation built on Dec. 18, 2021, 12:55 p.m.