catv | R Documentation |
outputs text if verbose flag is set
catv(x)
x |
some text string |
Prints the text string
Daryl Waggott
verbose <- TRUE;
catv("Hello Universe!");
verbose <- FALSE;
catv("Goodbye Universe!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.