Extract the month from a date
This function is provided primarily to be used together with dbplyr
when querying a database. It will also work in dplyr
against data frames.
month(date)
date
: The date.The month
month(as.Date("2000-02-01"))
Useful links