vmessage: Print userinfo.

Description Usage Arguments See Also Examples

View source: R/Utils.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

Examples

1
2
# (not run)
# vmessage("Hello world", sep=' ')

HannahVMeyer/drStable documentation built on Jan. 29, 2021, 11:42 a.m.