show.warning: Show Warning message

Description Usage Arguments Examples

View source: R/messaging.R

Description

Warning level wraper for outputing message to the user

Usage

1
show.warning(msg, shouldStop = FALSE)

Arguments

msg

The message to be output

shouldStop

Whether the message should stop execution

Examples

1
2
show.warning("Warning to show")
show.warning("Error to show", FALSE)

quandram/qUtils documentation built on Nov. 5, 2019, 1:58 a.m.