as.Date.integer: Convert YYYYMM to Date

View source: R/date.R

as.Date.integerR Documentation

Convert YYYYMM to Date

Description

Convert YYYYMM to Date

Usage

## S3 method for class 'integer'
as.Date(x, day = "01", ...)

Arguments

x

integer vector.

day

character specifying the day of the month.

...

additional arguments passed to as.Date.

Value

vector of Dates


eguidotti/eap documentation built on Sept. 4, 2024, 3:43 a.m.