count_missing: Count the percentage of missing data

View source: R/general_functions.R

count_missingR Documentation

Count the percentage of missing data

Description

Quickly tabulates the number of NA's in a data set.

Usage

count_missing(df)

Arguments

df

A data frame (or a subset of a data frame) to look for missing data in.

Examples

mtcars %>% count_missing()

ryan-a-schneider/legaldmlab documentation built on July 2, 2023, 5:02 a.m.