View source: R/n-prop-miss-complete-rows.R
| n_complete_row | R Documentation |
Substitute for rowSums(!is.na(data)) but it also checks if input is NULL or
is a dataframe
n_complete_row(data)
data |
a dataframe |
numeric vector of the number of complete values in each row
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() n_complete() n_complete_row() n_miss() n_miss_row() pct_complete() pct_miss() prop_complete() prop_complete_row() prop_miss()
n_complete_row(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.