powered by
Test if x is a call to the function given by name.
x
name
Used in newSimplification definitions.
newSimplification
isCALL(x, name)
object to be tested
The function to test for.
x <- quote(mean(1:10)) isCALL(x, "mean") isCALL(x, "sd")
Run the code above in your browser using DataLab