Learn R Programming

naniar (version 0.0.3.9901)

percent_missing_case: Percentage of cases that contain a missing values.

Description

Calculate the percentage of cases (rows) that contain a missing value.

Usage

percent_missing_case(data)

Arguments

data
a dataframe

Value

numeric the percentage of cases that contain a missing value

Examples

Run this code

percent_missing_case(airquality)

Run the code above in your browser using DataLab