This function summarizes the missing rate of the given data frame. It simply computes the number of rows having NA (as well as the percentage) under each column. The result is sorted by percentage of missing values.
1 | missing_rate(df, include_non_missing = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.