remove_rows_if_any_na {fastplyr} | R Documentation |
Fast remove rows with NA
values
Description
Fast remove rows with NA
values
Usage
remove_rows_if_any_na(data, ..., .cols = NULL)
remove_rows_if_all_na(data, ..., .cols = NULL)
Arguments
data |
A data frame. |
... |
Cols to fill |
.cols |
(Optional) alternative to |
Value
A data frame with removed rows containing either any or all NA
values.
[Package fastplyr version 0.5.0 Index]