FindColNA: Identifies Number and Percentage of NAs By Column

Description Usage Arguments Value Examples

View source: R/FindColNA.R

Description

The NA column details including the column name, the count of NA's for each column, and the percentage of each column those NA's represent

Usage

1
FindColNA(x, verbose = TRUE)

Arguments

x

A matrix-like R object

verbose

Logical value to print results to console

Value

A dataframe of results

Examples

1
2
3
4
5
6
## Not run: 
#EXAMPLE

## End(Not run)
x = matrix(rnorm(100), ncol = 10)
FindColNA(x)

ckornafel/expldata documentation built on Dec. 27, 2019, 2:20 a.m.