show.info: Show Info message

Description Usage Arguments Examples

View source: R/messaging.R

Description

Info level wraper for outputing message to the user

Usage

1
show.info(msg, shouldStop = FALSE)

Arguments

msg

The message to be output

shouldStop

Whether the message should stop execution

Examples

1
2
show.warning("Message to show")
show.warning("Info to show", FALSE)

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