find_first_noncall | R Documentation |
This function iteratively dives into the provided list (R expression), until it finds an object that is not a function call or a complex command. The [[2]] is used with the argument 2, because in the list representation of function calls in R, the actual function is the first element, and its arguments are the subsequent elements. So object 2 generally refers to the first argument of the function call.
find_first_noncall(object)
object |
A list representing an R expression. |
The first non-call object found in the list representation of an R expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.