Learn R Programming

wrangle (version 0.6.4)

naGroups.data.frame: Index records with NA values of grouping variables.

Description

Indexes records with NA values of grouping variables.

Usage

# S3 method for data.frame
naGroups(x, ...)

Value

logical

Arguments

x

data.frame

...

optional grouping columns (named arguments are ignored)

See Also

Other naGroups: naGroups()