eyeMissing: Find missing data

View source: R/eyeMissing.R

eyeMissingR Documentation

Find missing data

Description

If data frame is entered this function will return the columns with missing values and the total number of missing values. If a column name is included in the call, this function will instead return a list of rows that have missing values.

Usage

eyeMissing(eData, col = NULL)

Arguments

eData

A data frame

col

Optional column to be searched for missing values. Enter as either 'col_name' or type the column number.

Value

Returns either a listing of columns with missing values or missing values in a specified column.


zshipstead/eyeBall documentation built on April 26, 2022, 5:44 a.m.