The initial data set shown has year, month and day columns. The question and subsequent screens indicate that this data set should have a date column instead.
year
month
day
date
Thanks for brining this to my attention @kent37. That was a data set named storms from the dplyr package. The tutorial should be fixed now.
storms
Yes, better now. Thanks!