count_na: Assess pattern of missing data

View source: R/count_na.R

count_naR Documentation

Assess pattern of missing data

Description

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

Usage

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

Value

original data frame invisibly returned

Examples

trial %>% count_na()

ddsjoberg/bstfun documentation built on July 4, 2023, 10:59 a.m.