asDate: as.Date with format = "%Y-%m-%d"

Description Usage Arguments Examples

Description

This is just a wrapper for the standard INCA date format

Usage

1

Arguments

...

arguments passed to as.Date

Examples

1
asDate(c("", "", "2014-10-10"))

Example output

[1] NA           NA           "2014-10-10"

rccdates documentation built on May 2, 2019, 1:46 p.m.