rep_na {fastrep} | R Documentation |
rep_na
Description
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.
|
... |
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]