Currently, I am trying to change my date column that is stored as a character type into a date type. I am successfully able to use lubridate to make this change. However, it eliminates my data frame and only keeps the new dates as values.
How can I keep everything contained in the data frame?