callHooks.function | R Documentation |
Call hook functions.
## S3 method for class 'function'
callHooks(hooks, ...)
hooks |
A |
... |
Argument passed to each hook function. |
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
.
Henrik Bengtsson
See callHooks
() to call hook function by name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.