filter_if_all_na: Remove Rows with Multiple NAs

View source: R/filter_if_all_na.R

filter_if_all_naR Documentation

Remove Rows with Multiple NAs

Description

This function filters out rows where all variables specified in the ... argument are NA.

Usage

filter_if_all_na(.data, ...)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr).

...

One or more unquoted expressions separated by commas. Variable names can be used as if they were positions in the data frame, so expressions like x:y can be used to select a range of variables.


NeuroShepherd/RankinLabTools documentation built on Sept. 23, 2022, 5:31 p.m.