static: Find unique records for subset of columns with one unique...

View source: R/wrangle.R

staticR Documentation

Find unique records for subset of columns with one unique value.

Description

Finds unique records for subset of columns with one unique value.

Usage

static(x, ...)

Arguments

x

data.frame

...

ignored

Value

data.frame

See Also

Other util: detect(), enumerate(), itemize()


wrangle documentation built on May 29, 2024, 12:29 p.m.

Related to static in wrangle...