Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pushState.Verbose

Pushes the current indentation state of the Verbose object


Description

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.

Usage

## S3 method for class 'Verbose'
pushState(this, ...)

Arguments

...

Not used.

Value

Returns (invisibly) TRUE.

Author(s)

Henrik Bengtsson

See Also

For more information see Verbose.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.