na_count: Count the number of NAs in an object

Description Usage Arguments Methods (by class)

Description

Count the number of NAs in an object

Usage

1
2
3
4
5
6
7
na_count(x, ...)

## S3 method for class 'data.frame'
na_count(x, columns = c(), ...)

## Default S3 method:
na_count(x, ...)

Arguments

x

An object, either a vector or a data.frame

...

Extra arguments to na_count

columns

Vector of column names

Methods (by class)


sjoerdvds/crtests documentation built on May 30, 2019, 12:05 a.m.