View source: R/md_complete_cases.R
md_complete_cases | R Documentation |
Print the complete cases of the data.
md_complete_cases(data, digits = 1)
data |
The data frame. |
digits |
Default: 1. number of digits for rounding. |
Message with the number of rows, number of rows with missing values and the percentage of complete rows.
# example code
md_complete_cases(iris)
iris$Sepal.Length[5] <- NA_character_
md_complete_cases(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.