count_na: Assess pattern of missing data

Description Usage Arguments Examples

View source: R/count_na.R

Description

Pass a data frame and the missing pattern of all columns in the data frame. The data frame is returned unmodified.

Usage

1
count_na(data, include = NULL, exclude = NULL)

Arguments

data

data frame

include

character vector of names to include

exclude

character vector of names to exclude

Examples

1

ddsjoberg/hotfun documentation built on Dec. 12, 2021, 3:41 a.m.