naaccr_datetime: Parse NAACCR-formatted datetimes

View source: R/data-item-interpreting.R

naaccr_datetimeR Documentation

Parse NAACCR-formatted datetimes

Description

Parse NAACCR-formatted datetimes

Usage

naaccr_datetime(datetime)

Arguments

datetime

Character vector of datetimes in NAACCR format ("YYYYMMDDHHMMSS").

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")

naaccr documentation built on Nov. 23, 2022, 5:06 p.m.