Rdocumentation
powered by
Learn R Programming
rfml (version 0.1.0)
is.ml.col.def: Check if an object is of type
ml.col.def-class
Description
This function checks if the input is of type
ml.col.def-class
.
Usage
is.ml.col.def(x)
Arguments
x
The input can be of any type.
Value
True if it is a
ml.col.def-class
. False otherwise.