scat | R Documentation |
If getOption('DEBUG')==TRUE
, write text to STDOUT and flush so that
the text is immediately displayed. Otherwise, do nothing.
scat(...)
... |
Arguments passed to |
NULL (invisibly)
Gregory R. Warnes greg@warnes.net
cat
options(DEBUG = NULL) # makee sure DEBUG isn't set
scat("Not displayed")
options(DEBUG = TRUE)
scat("This will be displayed immediately (even in R BATCH output \n")
scat("files), provided options()$DEBUG is TRUE.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.