Print the provided cat-like input if verbose is TRUE

verbose_cat(..., sep = " ", verbose = TRUE)

Arguments

...

R objects - strings, (see `cat` documentation).

sep

A character vector of strings to append after each element.

verbose

A logical value indicating whether we want to print the string or not.