Learn R Programming

naniar (version 0.0.3.9901)

summary_missing_case: Summarise the missingness in each case

Description

Provide a data_frame containing each case (row), the number of missing values in each case, and the percent of missing values in each case.

Usage

summary_missing_case(data)

Arguments

data
a dataframe

Value

a data_frame of the percent of missing data in each case

Examples

Run this code

summary_missing_case(airquality)

Run the code above in your browser using DataLab