Debugging in R
R-Ladies Rome presents
Registered Attendees (85)
February 20, 2024 speaker is Shannon Pileggi Lead Data Scientist
at The Prostate Cancer Clinical Trials Consortium
🎬 Get ready for a Debugging hands-on experience! 🔥
Dive into the world of Debugging in R
with this interactive Workshop exclusively designed for women in technology. It covers various topics including code troubleshooting tips, essential debugging functions (traceback()
, browser()
, debug()
, and more). You’ll gain insights into effective debugging strategies, best practices, and tips to degbug code in R.
Our speaker is Dr. Shannon Pileggi
Lead Data Scientist at The Prostate Cancer Clinical Trials Consortium and a member of the R-Ladies Global
team.
Missed the live session? Don’t worry!
🎬 Watch the Video Now
Simply click on the video below to watch it:
Material:
- Slides: https://shannonpileggi.github.io/debugging-2hr/#/title-slide
- Posit.cloud Workshop https://posit.cloud/spaces/434909/join?access_code=7t8IP5pBzXMsTtAMiGdXQftqOlrBcxrf98svmhBj
Debugging functions in R are pivotal in data science because they allow us to identify and fix errors in our code efficiently. By understanding how to use the debugging functions, data scientists can diagnose issues, locate where they occur in the code, and implement solutions. This not only helps streamline the development process but also ensures the accuracy and reliability of our analyses.
#DataScience #Debugging #RStudio #RLadiesRome #LearningTogether #hands-on