pushState.Verbose | R Documentation |
Pushes the current indentation state of the Verbose object, which is controlled by *enter()
and
*exit()
. By pushing the state when entering a function and
using on.exit
() to pop the state, the correct state will
set regardless of if the functions returned naturally or via an error.
## S3 method for class 'Verbose'
pushState(this, ...)
... |
Not used. |
Returns (invisibly) TRUE
.
Henrik Bengtsson
For more information see Verbose
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.