Filters out rows with NA values for specific columns
Usage
filter_unique(in_data, ...)
Arguments
- in_data
The dataframe you wish to remove rows from.
- ...
Column(s) that determine whether a row should be removed.
Value
The dataframe with rows removed that had NAs in specified columns.