Learn R Programming

naniar (version 0.0.4.9000)

table_missing_case: Tabulate missings in cases.

Description

Provide a tidy table of the number of cases with 0, 1, 2, up to n, missing values and the proportion of the number of cases those cases make up

Usage

table_missing_case(data)

Arguments

data

a dataframe

Value

a dataframe

Examples

Run this code
# NOT RUN {
table_missing_case(airquality)


# }

Run the code above in your browser using DataLab