xn3xn5_dateFormat: convert XN3 date format to XN5 date format

Description Usage Arguments Author(s) Examples

View source: R/xn3xn5_dateFormat.R

Description

Use to convert XN3 date format "ddmmyy" to XN5 "yyy-mm-dd"

Usage

1
xn3xn5_dateFormat(xn3_dates = 10100, cutoff = 79)

Arguments

xn3_dates

single numeric value or vector of numerical values.

cutoff

In XN3, only 2 digits are used for the Year. This makes it complicated. cutoff is the two digit value, after which all values are thought of belonging to the 20th centure (i.e. 19xx). Otherwise, it is interpreted to be a year from 2000.

Author(s)

Tobias KD Weber , tobias.weber@uni-hohenheim.de

Examples

1
result <- xn3xn5_dateFormat(xn3_dates = 10100, cutoff = 79)

tkdweber/XN5setup documentation built on July 4, 2021, 7:34 a.m.