Learn R Programming

naniar (version 0.0.4.9000)

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
# NOT RUN {
percent_missing_case(airquality)

# }

Run the code above in your browser using DataLab