Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 06:34 AM
Based upon the initial response I went with:
my_data.frame <- my_data.frame %>%
mutate(date = to_date(data.frame_variable, "yyyy-mm-dd"))