Learn R Programming

radiant.data (version 1.6.3)

as_mdy: Convert input in month-day-year format to date

Description

Convert input in month-day-year format to date

Usage

as_mdy(x)

Value

Date variable of class Date

Arguments

x

Input variable

Details

Use as.character if x is a factor

Examples

Run this code
as_mdy("2-1-2014")
if (FALSE) {
as_mdy("2-1-2014") %>% month(label = TRUE)
as_mdy("2-1-2014") %>% week()
as_mdy("2-1-2014") %>% wday(label = TRUE)
}

Run the code above in your browser using DataLab