Intermediate Regular Expressions in R
Angelo Zehr
Data Journalist
1. Regular Expressions: Writing custom patterns
str_view(), str_match(), str_detect()...2. Creating strings with data
glue(), glue_collapse(), ...3. Extracting structured data from text
str_extract_all(), extract(), ...4. Similarities between strings
stringdist(), amatch(), stringdist_join()Intermediate Regular Expressions in R