explain_NAs: Given one dataset, find the number of NA values in each...

Description Usage Arguments Examples

Description

Given one dataset, find the number of NA values in each column for that dataset. Outputs a sentence, a data frame, and two plots

Usage

1
explain_NAs(dataframe)

Arguments

dataframe

Enter a dataset

Examples

1
2
3
explain_NAs(math)
explain_NAs(math)[[2]] # gives only the second part, which is the data frame
explain_NAs(math)[[3]] # gives only the third part, which is the first plot

stenhaug/combineR documentation built on May 31, 2019, 5:13 p.m.