findNamedFunctions | R Documentation |
Given a function, find the named-function definitions.
findNamedFunctions(fun, skipChained = FALSE)
fun |
a function |
skipChained |
a scalar logical controlling whether
chained assignments of the form |
A list of assignment calls in which the
right hand side is a call to function
.
Duncan Temple Lang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.