check_na_in {regrrr}R Documentation

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

Description

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

Usage

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

data(mtcars)
check_na_in(mtcars)


[Package regrrr version 0.1.3 Index]