| NullVerbose | R Documentation | 
Package:  R.utils 
Class NullVerbose
Object
~~|
~~+--Verbose
~~~~~~~|
~~~~~~~+--NullVerbose
Directly known subclasses:
public static class NullVerbose
extends Verbose
A Verbose class ignoring everything.
NullVerbose(...)
| ... | Ignored. | 
Methods:
| cat | - | |
| enter | - | |
| evaluate | - | |
| exit | - | |
| header | - | |
| isOn | Checks if the output is on. | |
| isVisible | Checks if a certain verbose level will be shown or not. | |
| newline | - | |
| print | - | |
| printf | - | |
| ruler | - | |
| str | - | |
| summary | - | |
| writeRaw | All output methods. | |
Methods inherited from Verbose:
as.character, as.double, as.logical, capture, cat, enter, enterf, equals, evaluate, exit, getThreshold, getTimestampFormat, header, isOn, isVisible, less, more, newline, off, on, popState, print, printWarnings, printf, pushState, ruler, setDefaultLevel, setThreshold, setTimestampFormat, str, summary, timestamp, timestampOff, timestampOn, writeRaw
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save
Henrik Bengtsson
verbose <- Verbose()
cat(verbose, "A verbose messages")
verbose <- NullVerbose()
cat(verbose, "A verbose messages")   # Ignored
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.