2025-02-11
Solutions look good (feedback on anything you pushed to github)
Mini stumble block: the punctuation vector
punctuation <- c(".", ",", "!", "?", "'", """, "(", ")", " ", "-", ";", ":")
Do not just delete the """
instead use single quotes '"'
or backslash "\""
Make sure to accept the homework by following the Github classroom link
Focus on asking questions about your data (and documenting them)
What weird stuff can you find?
Continue working on Homework 4
Read the EDA chapter if you haven’t already