
rlang::warn() with a yellow warning message with a warning symbol.
Source:R/ru_msg.R
ru_msg_warn.RdUsage
ru_msg_warn(message, verbose = get_ru_verbose())Arguments
- message
(chr) A message to print
- verbose
Whether to display debug messages or not.
Read
vignette("setup", package = "ruODK")to learn howruODK's verbosity can be set globally or per function.
See also
Other messaging:
ru_msg_abort(),
ru_msg_info(),
ru_msg_noop(),
ru_msg_success()