View source: R/QC_completeness.R
| variable_completeness | R Documentation |
Calculates the completeness of each variable in a data frame.
variable_completeness(data)
data |
Data frame. |
This is achieved by comparing the number of NA to non-NA
values. Returns the count of NA as well as the percentage of NA
values and the percentage completeness.
Tibble detailing completeness statistics for each variable.
Other measures of completeness:
assess_completeness(),
compare_completeness(),
completeness_heatmap(),
plot_completeness(),
row_completeness()
data(example_data)
variable_completeness(example_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.