| isCALL | R Documentation |
Test if x is a call to the function given by name.
Used in newSimplification definitions.
isCALL(x, name)
x |
object to be tested |
name |
The function to test for. |
x <- quote(mean(1:10))
isCALL(x, "mean")
isCALL(x, "sd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.