powered by
This function counts the number of NA by variable in your data.frame
rep_na(obj, ...)
A tibble with n rows where n is equal to ncol(obj) and 2 columns
ncol(obj)
Object used to create the table.
data.frame, list or environment (or object coercible by as.data.frame to a data.frame)
data.frame
list
as.data.frame
Other arguments
airquality %>% fastrep::rep_na()
Run the code above in your browser using DataLab