Learn R Programming

naniar (version 1.0.0)

prop_complete: Return the proportion of complete values

Description

The complement to prop_miss

Usage

prop_complete(x)

Value

numeric proportion of complete values

Arguments

x

vector or data.frame

Examples

Run this code

prop_complete(airquality)
prop_complete(airquality$Ozone)

Run the code above in your browser using DataLab