| pct-miss-complete-var | R Documentation |
Calculate the percentage of variables that contain a single missing or complete value.
pct_miss_var(data)
pct_complete_var(data)
data |
a dataframe |
numeric the percent of variables that contain missing or complete data
pct_miss_case() prop_miss_case() pct_miss_var() prop_miss_var() pct_complete_case() prop_complete_case() pct_complete_var() prop_complete_var() miss_prop_summary() miss_case_summary() miss_case_table() miss_summary() miss_var_prop() miss_var_run() miss_var_span() miss_var_summary() miss_var_table()
prop_miss_var(airquality)
prop_complete_var(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.