filter_na: Filter rows with missing values

Description Usage Arguments Value

Description

filter_na() filters rows with missing (NA) values.

Usage

1
2
3
filter_na(.data, ...)

filter_na_(.data, ..., .dots)

Arguments

.data

A tbl. Currently only methods for data.frame and tbl_df are provided.

...

Comma separated list of unquoted expressions to select variables. See select.

.dots

Use filter_na_() to do standard evaluation. See vignette("nse", package = "dplyr") for details.

Value

An object of the same class as tbl.


UW-POLS501/r-uwpols501 documentation built on May 9, 2019, 9:37 p.m.