isWrapperActive {madrat} | R Documentation |
isWrapperActive
Description
Support functions which checks whether a given wrapper function is currently in-use or not or which locally activate or deactivate a wrapper (setting will be automatically resetted when a function finishes).
Usage
isWrapperActive(name)
setWrapperActive(name)
setWrapperInactive(name)
Arguments
name |
name of the wrapper in question (e.g. "calcOutput") |
Functions
-
setWrapperActive()
: set wrapper activity status to on -
setWrapperInactive()
: set wrapper activity status to off
Author(s)
Jan Philipp Dietrich
[Package madrat version 3.6.4 Index]