Description Usage Arguments Author(s) Examples
The default is for a non-interactive session to quit. Setting this to false is
especially useful for running tests when placed in inst/tests/test.<fn>.R,
but is not passed from tests/run.all.R.
1  | logger.setQuitOnSevere(severeQuits)
 | 
severeQuits | 
 should R quit on a severe error.  | 
Rob Kooper
1 2 3 4  | ## Not run: 
logger.setQuitOnSevere(FALSE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.