class: center, middle, inverse, title-slide #
R
errors, troubleshooting, and getting help --- Click the link below to create the repository for lecture notes #09 - [https://classroom.github.com/a/MSqpplTV](https://classroom.github.com/a/MSqpplTV) ### Encountering errors - Step #1: Don't panic! - Step #2: Find the relevant code. - Step #3: Read the error. - Step #4: Run the code line by line. - Step #5: Examine the documentation (often this is earlier). - Step #6: Google. - Step #7: Post to Piazza with a reproducible example (reprex) if possible. See today's notes for detailed instructions and practice.