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