Taught by John Lee Winter Quarter of 2024 Northwestern University's Research Computing and Data Services. The workshop was taught as part of the winter 2024 Next Steps in R series.
- Download the materials to your machine by clicking on the green "Code" button on the top right and selecting "Download ZIP".
- Open
debugging.Rmd
and work through the materials.
- Debugging
- Using tools such as
traceback()
,print()
,browser()
,debug()
- README.md markdown file outlining the repository
debugging.Rmd
R Markdown document with the workshop contentsdebugging_with_breakpoint.R
R script for demonstrating breakpoint in R Studio
- R and RStudio
- Packages:
tidyverse
install.packages("tidyverse")