if (interactive()) {
options <- bru_options(verbose = TRUE)
# Don't print options only set in default:
print(options, include_default = FALSE)
# Only include options set in the object:
print(options, include_default = FALSE, include_global = FALSE)
}
Run the code above in your browser using DataLab