missdf: Inspect missing data in a data.frame

Description Usage Arguments Value Examples

Description

Currently supports NA and Inf

Usage

1
missdf(df, criteria = "NA")

Arguments

df

data.frame to inspect for missing values

character

string, criteria to search for. 'NA' or 'Inf'

Value

summary table

Examples

1
2
3
mtcars2 <- mtcars
for(i in 1:ncol(mtcars2)) mtcars2[sample(nrow(mtcars2), sample(1:5,1), replace=T),i] <- NA
missdf(mtcars2)

brooksandrew/Rsenal documentation built on May 13, 2019, 7:50 a.m.