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