R/tsc_msg.R
tsc_msg_warn.Rdtsc_msg_warn(message, verbose = tscr::get_tsc_verbose())(chr) A message to print
Whether to show verbose messages.
Default: get_tsc_verbose.
Other helpers:
get_more(),
tsc_msg_abort(),
tsc_msg_info(),
tsc_msg_noop(),
tsc_msg_success(),
tsc_online(),
tsc_works()
if (FALSE) {
tsc_msg_warn("This is a warning.")
}