convert_date {cryptoQuotes} | R Documentation |
This function converts dates to UNIX time if passed to the API, and converts it to POSIXct from API
convert_date(x, multiplier)
x |
|
multiplier |
If x is numeric, then the function assumes that its a return value
A vector of same length as x.
Other development tools:
GET()
,
default_dates()
,
fetch()
,
flatten()
,
is.date()