| hasMissingValues | R Documentation | 
Method for check if a dataset has missing values
hasMissingValues(data)
| data | Dataset as data.frame | 
Returns TRUE if the dataset has missing values and FALSE if it has not.
iris <- RKEEL::loadKeelDataset("iris")
hasMissingValues(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.