Learn R Programming

chillR (version 0.72.2)

YEARMODA2Date: YEARMODA to Date conversion

Description

Converts dates in YEARMODA format to R date format

Usage

YEARMODA2Date(YEARMODA)

Arguments

YEARMODA

Date in YEARMODA format (e.g. 20160206 for 6th Feb 2016)

Value

Date object

Details

Converts YEARMODA to R date

Examples

Run this code
# NOT RUN {

YEARMODA2Date(20001205)
YEARMODA2Date(19901003)

 
# }

Run the code above in your browser using DataLab