19 Cleaning characters and dates
Caution
👷 This session is being actively developed and edited. It will be added here once it is done and ready.
19.1 Learning objectives
- Use the powerful (but also very difficult) regular expressions to process and clean character data by making use of the stringr package.
- Handle dates and times in R using the lubridate package.
- Recognise when you trigger a “non-standard evaluation” error when you make functions using tidyverse functions and fix it by using
{{ }}.