apply.lubridate.fun: apply.lubridate.fun

Description Usage Arguments Value Note See Also Examples

Description

Applies a lubridate function

Usage

1
apply.lubridate.fun(format, txt, tz = getOption("date.reader")$tz)

Arguments

format

character; the name of the date format (case insensitive)

txt

character; the text to convert to a date

tz

character; the time zone

Value

A POSIXct object, or NA

Note

Internal function that is not exported

See Also

as.POSIXct

Examples

1
2
3
4
## Not run: 
    apply.lubridate.fun("mdy", "01/23/2017", "UTC")
  
## End(Not run)

decisionpatterns/date.reader documentation built on May 15, 2019, 1:55 a.m.