Learn R Programming

naniar (version 0.0.3.9901)

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

table_missing_case(airquality)


Run the code above in your browser using DataLab