Session Ready
Exercise

Cast characters as dates

As we saw in the video, you can use lubridate to parse and cast a date variable within a mutate(). In this exercise, you'll practice doing this with the baker_dates data, and then go even further to extract data from the dates like the labelled month. Remember to use ?month to read about the month() function and its arguments.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3

Cast last_date_appeared_us as a date.