Options to control the verbosity of tidynorm functions. The convenience function tidynorm_options() will set these options within your current session. For a common behavior across R sessions, set the environment variables as described below. If you've silenced informational messages and want to double check what normalization steps have been taken, use check_norm().
Option values specific to tidynorm can be
accessed by passing the package name to env.
options::opts(env = "tidynorm")options::opt(x, default, env = "tidynorm")
FALSEtidynorm.silent
R_TIDYNORM_TIDYNORM_SILENT (evaluated if possible, raw string otherwise)
TRUEtidynorm.warnings
R_TIDYNORM_TIDYNORM_WARNINGS (evaluated if possible, raw string otherwise)
options getOption Sys.setenv Sys.getenv