verbose_cat | R Documentation |
Print the provided cat-like input if verbose is TRUE
verbose_cat(..., sep = " ", verbose = TRUE)
... |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.