count_NA: Count the numbers of NA, NaN and Inf in each column of a...

View source: R/dataFunctions.R

count_NAR Documentation

Count the numbers of NA, NaN and Inf in each column of a dataframe

Description

Count the numbers of NA, NaN and Inf in each column of a dataframe

Usage

count_NA(.data)

Arguments

.data

A dataframe or tibble

Value

A matrix containing counts of NA, NaN and Inf values.

Author(s)

Steve Gutreuter


sgutreuter/SGmisc documentation built on Aug. 25, 2024, 7:21 p.m.