is_call | R Documentation |
Predicate for calls
is_call(x, name = NULL, n = NULL, ns = NULL)
x |
An object to test. Formulas and quosures are treated literally. |
name |
An optional name that the call should match. It is
passed to |
n |
An optional number of arguments that the call should match. |
ns |
The namespace of the call. If Can be a character vector of namespaces, in which case the call
has to match at least one of them, otherwise |
This function is imported from 'rlang'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.