check_na_in: quickly check the proportion of NAs in each columns of a...

Description Usage Arguments Examples

View source: R/fast.check.R

Description

quickly check the proportion of NAs in each columns of a dataframe

Usage

1
check_na_in(data, true_total = FALSE)

Arguments

data

a data.frame

true_total

FALSE to show the percentage, TRUE to show the true number of missing values

Examples

1
2

regrrr documentation built on Aug. 13, 2021, 5:07 p.m.