| naaccr_datetime {naaccr} | R Documentation |
Parse NAACCR-formatted datetimes
Description
Parse NAACCR-formatted datetimes
Usage
naaccr_datetime(datetime)
Arguments
datetime |
Character vector of datetimes in NAACCR format
( |
Value
A POSIXct vector. Any incomplete or invalid datetimes are
converted to NA. The original strings can be retrieved with the
naaccr_encode function.
Examples
input <- c("20151031100856", "20140822 ", "99999999")
d <- naaccr_datetime(input)
d
naaccr_encode(d, "pathDateSpecCollect1")
[Package naaccr version 2.0.2 Index]