Learn R Programming

radiant.data (version 0.6.0)

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)

Arguments

x
Input variable

Value

Date variable of class Date

Details

Use as.character if x is a factor

Examples

Run this code
as_mdy("2-1-2014")
## Not run: 
# as_mdy("2-1-2014") %>% month(label = TRUE)
# as_mdy("2-1-2014") %>% week
# as_mdy("2-1-2014") %>% wday(label = TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab