Toggle navigation
mycensus
0.1.0
Reference
Articles
Adding pkgdown to your Package
Creating an R Package
Debugging Package
Introduction
Debugging Package
debug-packages.Rmd
To debug a package:
Place
browser()
within a function in the package
Run
devtools::load_all()
Run a script calling the function
If the script in #3 is saved in the package directory, remember to comment out all lines of code before running
devtools::load_all()