Description Usage Arguments Value Examples
Recursively expand both the correct expression and the user's expression and test for a match. CAUTION: May raise errors, as in rmatch_calls.
1 | is_robust_match(expr1, expr2, eval_for_class, eval_env = NULL)
|
expr1 |
expression |
expr2 |
expression |
eval_for_class |
TRUE or FALSE. If TRUE, evaluate the first argument of an S3 method to determine its class. Default=FALSE. |
eval_env |
parent environment for evaluations to determine class. Ignored if eval_for_class=FALSE |
TRUE or FALSE according to whether expanded expressions match.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.