as_posixct_compat: as.POSIXct ompatibility function for R < 3.5

Description Usage Arguments Value Examples

View source: R/csv.R

Description

as.POSIXct ompatibility function for R < 3.5

Usage

1
as_posixct_compat(x, try_formats = "%Y-%m-%d", ...)

Arguments

x

R object to be converted.

try_formats

vector of date formats.

...

additional arguments for as.POSIXct.

Value

a POSIXct object.

Examples

1
as_posixct_compat("2019-01-01")

jmayalag/OHLCMerge documentation built on April 1, 2021, 3:34 a.m.