find_function | R Documentation |
This function returns the definition of the function to be called by an unevaluated call.
find_function(node, envir, top)
## S3 method for class 'call'
find_function(node, envir = parent.frame(), top = TRUE)
## S3 method for class 'Call'
find_function(node, envir = parent.frame(), top = TRUE)
node |
(call|Call) The unevaluated call. |
envir |
(environment) An environment to look up the definition. |
top |
(logical) Is this the top-level call to |
This function raises an error if it is unable to find the definition.
A function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.