BetterDropNA: Drop rows where every column specified is NA

View source: R/BetterDropNA.R

BetterDropNAR Documentation

Drop rows where every column specified is NA

Description

pretty self-explanatory

Usage

BetterDropNA(dat, checkCols)

Arguments

dat

the input data frame

checkCols

columns to check where data is missing

Examples

newdat <- BetterDropNA(dat, checkCols=c("column1", "column3"))

kwdoyle/kevtools documentation built on Jan. 4, 2023, 10:32 p.m.