In this R programming tutorial, I will show you how to convert a column type to date and extract the year, day, or month from your dates as a new column in your data frame.
Timestamps:
00:00 Extract Year Date or Month from R
00:24 Change the format of a column to dates
01:02 Extract the year from a date
01:27 Add the Year as a column in a data frame