na.data.frame: Show records with NA values of grouping variables.

View source: R/wrangle.R

na.data.frameR Documentation

Show records with NA values of grouping variables.

Description

Shows records with NA values of grouping variables.

Usage

## S3 method for class 'data.frame'
na(x, ...)

Arguments

x

data.frame

...

optional grouping columns (named arguments are ignored)

Value

data.frame

See Also

Other na: na()


wrangle documentation built on Aug. 24, 2023, 9:07 a.m.