callHooks.function
From R.utils v2.10.1
by Henrik Bengtsson
Call hook functions
Call hook functions.
- Keywords
- methods, programming
Usage
# S3 method for function
callHooks(hooks, ...)
Arguments
Value
Returns (invisibly) a list
that is named with hook names, if possible.
Each element in the list is in turn a list
with three element:
fcn
is the hook function called, result
is its return
value, and exception
is the exception caught or NULL
.
See Also
See callHooks
() to call hook function by name.
Community examples
Looks like there are no examples yet.