vmessage: Print userinfo.

Description Usage Arguments See Also

View source: R/utilityFunctions.R

Description

Wrapper function around message that allows to turn the printing of messages to standard out. on or off

Usage

1
vmessage(userinfo, verbose = TRUE, sep = " ")

Arguments

userinfo

Vector of [string] element(s) and variables

verbose

[boolean] If TRUE message is displayed on standard out, if FALSE, message is suppressed.

sep

Delimiter [string] to separate message elements when userinfo given as vector.

See Also

message which this function wraps


HannahVMeyer/PhenotypeSimulator documentation built on July 19, 2021, 7:41 a.m.