is.function {base} | R Documentation |
Is an Object of Type Function?
Description
Checks whether its argument is a function.
Usage
is.function(x)
Arguments
x |
an R object. |
Value
TRUE
if x
is a function, and FALSE
otherwise.
is.function {base} | R Documentation |
Checks whether its argument is a function.
is.function(x)
x |
an R object. |
TRUE
if x
is a function, and FALSE
otherwise.