site |
---|
sandpaper::sandpaper_site |
In this lesson you will learn what a reproducible example is and how it can help you better understand your code and solve error messages and other issues that may arise.
- Minimal Reproducible Examples: what are they and why are they useful?
- Understanding Your Code: what is each line in my code actually doing?
- De-bugging Basics: what do I do when I encounter an error?
- Minimal Reproducible Data: What data do I use? How do I create dummy data?
- Minimal Reproducible Code: Which parts of my code do I actually need to replicate?
- Asking Your Question: My code is ready, how do I ask my question?