count_nas: Count the number of NAs in each variable

View source: R/count.R

count_nasR Documentation

Count the number of NAs in each variable

Description

Count the number of NAs in each variable

Usage

count_nas(data, sort = FALSE, return_count = FALSE)

Arguments

data

dataset

sort

logical. If TRUE, the final count will be sorted by the proportion of NAs

return_count

logical. If FALSE, the count is printed, and the dataset is invisibly returned. If TRUE, the count itself is returned.


dmbwebb/trackr documentation built on Oct. 19, 2024, 2:34 a.m.