Check missing (NA) proportion or counts of variables. This function
works like summarize_at where the missing rate or
count for the selected columns are returned.
check_missing(data, ..., ret_prop = TRUE)check_missing_(data, ..., .dots, ret_prop = TRUE)
A data.frame or tbl.
Pass to tidyselect. See [dplyr::dplyr_tidy_select] for details.
Whether to return the rate of missing (default) or counts.
Used in conjunction with ... to support both explicit
and implicit arguments.
check_missing_: SE version of check_missing.