remove_missing.Rd
Removes all records from the specified columns that have missing values via filtering for records by !is.na()
.
remove_missing(df, ...)
df | a dataframe |
---|---|
... | columns to check for missing values |
a dataframe
#> a b c #> 1 1 3 NA