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.


[Package Contents]