check_missing: Check missing rate in variables.

Description Usage Arguments Functions Author(s)

View source: R/check_missing.R

Description

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.

Usage

1
2
3
check_missing(data, ..., ret_prop = TRUE)

check_missing_(data, ..., .dots, ret_prop = TRUE)

Arguments

data

A data.frame or tbl.

...

Pass to tidyselect. See [dplyr::dplyr_tidy_select] for details.

ret_prop

Whether to return the rate of missing (default) or counts.

.dots

Used in conjunction with ... to support both explicit and implicit arguments.

Functions

Author(s)

Min Ma


extdplyr documentation built on April 20, 2020, 9:04 a.m.