View source: R/isWrapperActive.R
isWrapperActive | R Documentation |
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).
isWrapperActive(name)
setWrapperActive(name)
setWrapperInactive(name)
name |
name of the wrapper in question (e.g. "calcOutput") |
setWrapperActive()
: set wrapper activity status to on
setWrapperInactive()
: set wrapper activity status to off
Jan Philipp Dietrich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.