Checks whether its argument is a function.
is.function(x)
x
an R object.
TRUE if x is a function, and FALSE otherwise.
TRUE
FALSE