Skip to contents

Prevent quit_non_interactive_run from quitting. This is not meant to be used outside of tests. See test-write.R for an example.

Usage

disable_non_interactive_quit()

Examples

if (FALSE) { # \dontrun{
 disable_non_interactive_quit()
} # }