missing_table | R Documentation |
Takes a dataframe and calculates the proportions present/missing for given variables.
missing_table(df = ., ..., group = ., format = "Missing", total = TRUE)
df |
Data Frame |
... |
Variables to be summarised |
group |
Optional variable that defines the grouping |
format |
Should the propotion missing or present be given? |
total |
Logical indicating whether a total column should be created |
A tibble data frame summarising the data completeness
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.