We walk through how to find and fix errors in your R code by producing a reproducible example of an error, also known as a reprex or a minimal working example.
Chapters:
0:00 Introduction
0:40 Fixing simple errors
1:15 Checking a function help page
2:33 More-difficult errors
4:15 Why make a reproducible example
4:43 Make a copy of your code
4:53 Using the RStudio reprex addin
6:02 Making your data reproducible
9:02 Removing code that doesn't influence the error
13:22 Using a reproducible example to get help
14:03 Solution to the example error
14:52 Summary
Download
0 formats
No download links available.
Finding and fixing errors in your R code | NatokHD