equivalent_funs | R Documentation |
Used internally. Compares the definitions of two functions (ignoring
environments, bytecodes, etc., by only comparing function arguments and
bodies, using deparse()
).
equivalent_funs(fun1, fun2)
fun1 , fun2 |
functions to compare. |
Single logical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.