franknarf1 / r-tutorial

This book covers the essentials of using R
Creative Commons Zero v1.0 Universal
13 stars 4 forks source link

improve debugging notes #22

Open franknarf1 opened 6 years ago

franknarf1 commented 6 years ago

R Inferno suggests

options(error=dump.frames)
# command that causes the error
debugger()

I need to learn more about these basic tools...

franknarf1 commented 6 years ago

related: improve performance notes