powered by
Method for check if a dataset has missing values
hasMissingValues(data)
Returns TRUE if the dataset has missing values and FALSE if it has not.
Dataset as data.frame
iris <- RKEEL::loadKeelDataset("iris") hasMissingValues(iris)
Run the code above in your browser using DataLab