powered by
Convert input in month-day-year format to date
as_mdy(x)
Date variable of class Date
Input variable
Use as.character if x is a factor
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