pushState.Verbose
From R.utils v1.19.3
by Henrik Bengtsson
Pushes the current indentation state of the Verbose object
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.
- Keywords
- methods, internal, programming
Usage
## S3 method for class 'Verbose':
pushState(this, ...)
Arguments
- ...
- Not used.
Value
- Returns (invisibly)
TRUE
.
See Also
For more information see Verbose
.
Community examples
Looks like there are no examples yet.