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)NULL, modifies the package's internal configuration
# Enable verbose output
set_opts(force_verbose = TRUE)
# Disable verbose output
set_opts(force_verbose = FALSE)