Bonus: Reproducible examples

  • Make a reprex (“reproducible example”)
    • State what packages you use
      • library(dplyr), etc
    • Provide (a subset of) any data you use with dput()
    • Try to make your code easy to read (clean spacing, clear variable names, comments)