na_omit_col: Remove rows based on NA values in one column

Description Usage Arguments Examples

Description

This function removes rows from a dataframe when one column contains NAs

Usage

1
na_omit_col(data, desiredCols)

Arguments

data

the data frame

desiredCols

the heading of the specific column

Examples

1
2
df1 <- na_omit_col(df, "ID")
na_omit_col()

tvercrobbie/ALERC documentation built on Oct. 11, 2020, 12:56 a.m.