This function will print a warning message.

logger.warn(msg, ...)

Arguments

msg

the message that should be printed.

...

any additional text that should be printed.

Examples

# NOT RUN {
logger.warn('detected NA values')
# }