Learn R Programming

naniar (version 0.0.4.9000)

prop_na: Proporitons of missings in data, variables, and cases.

Description

Return missing data info about the dataframe, the variables, and the cases. Specifically, returning how many elements in a dataframe contain a missing value, how many elements in a variable contain a missing value, and how many elements in a case contain a missing.

Usage

prop_na(data)

Arguments

data

a dataframe

Value

a dataframe

Examples

Run this code
# NOT RUN {
prop_na(airquality)

# }

Run the code above in your browser using DataLab