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 Aug. 24, 2023, 9:07 a.m.

Related to static in wrangle...