Print the provided cat-like input if verbose is TRUE
verbose_cat(..., sep = " ", verbose = TRUE)
R objects - strings, (see `cat` documentation).
A character vector of strings to append after each element.
A logical value indicating whether we want to print the string or not.