naaccr_datetime {naaccr} | R Documentation |
Parse NAACCR-formatted datetimes
Description
Parse NAACCR-formatted datetimes
Usage
naaccr_datetime(datetime, tz = "")
Arguments
datetime |
Character vector of datetimes in HL7 OBR-7 format
( |
tz |
time zone specification to be used for the conversion,
if one is required. System-specific (see time zones),
but |
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 3.1.1 Index]