rep_na {fastrep}R Documentation

rep_na

Description

[Deprecated]

This function counts the number of NA by variable in your data.frame

Usage

rep_na(obj, ...)

Arguments

obj

Object used to create the table.

data.frame, list or environment (or object coercible by as.data.frame to a data.frame)

...

Other arguments

Value

A tibble with n rows where n is equal to ncol(obj) and 2 columns

Examples

airquality %>%
  fastrep::rep_na()

[Package fastrep version 0.7 Index]