is_rookable {Rook}R Documentation

Test for Rookable applications

Description

A convenience function for testing whether or not objects are either a function or reference class as defined by the Rook specification for applications.

Usage

is_rookable(app)

Arguments

app

Any R object.

Value

Logical determining whether or not argument is Rookable. Not vectorized.

See Also

Rook.


[Package Rook version 1.2 Index]