Pretty wrapping of lines in NMdata vignettes
messageWrap(
...,
fun.msg = message,
prefix = "\n",
initial = "",
width,
track.msg = FALSE
)Nothing.
parameters to pass to strwrap
The function to pass the text through. Typically, message, warning, or stop. If NULL, nothing will happen, and NULL is invisibly returned.
Passed to strwrap. Default is "\n".
Passed to strwrap. Default is an empty string.
Passed to strwrap. Default is 80.
If TRUE, the name of the function throwing the message/warning/error is mentioned. This is not default but useful when using function inside other functions.