show.message: Show message helper

Description Usage Arguments Examples

View source: R/messaging.R

Description

Message output helper with option to stop execution

Usage

1
show.message(msg, shouldStop = FALSE)

Arguments

msg

The message to be output

shouldStop

Whether the message should stop execution

Examples

1
2
show.message("Message to show")
show.message("Error to show", TRUE)

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