![]() |
VOOZH | about |
is.expression() function in R Language is used to check if the object passed to it as argument is of the expression class.
Syntax: is.expression(object) Parameters: object: Object to be checkedExample 1: Output:
[1] "sin(pi/2)" [1] FALSEExample 2: Output:
[1] 1 [1] TRUE