R/DbiDateFunctions.R
year.Rd
This function is provided primarily to be used together with dbplyr when querying a database. It will also work in dplyr against data frames.
dbplyr
dplyr
year(date)
The date.
The year
year(as.Date("2000-02-01")) #> [1] 2000