| set_opts | R Documentation |
This function allows users to configure package-wide options, such as verbosity of output messages. It modifies the package's internal configuration state.
set_opts(force_verbose = FALSE)
force_verbose |
Logical, whether to force verbose output messages regardless
of the interactive state. Defaults to |
NULL, modifies the package's internal configuration
# Enable verbose output
set_opts(force_verbose = TRUE)
# Disable verbose output
set_opts(force_verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.