Learn R Programming

wrangle (version 0.5.8)

unsorted.grouped_df: Find records whose relative positons would change if sorted.

Description

Finds records whose relative positons would change if sorted, i.e. records that would not have the same nearest neighbors (before and after).

Usage

# S3 method for grouped_df
unsorted(x, ...)

Value

grouped_df

Arguments

x

data.frame

...

ignored

See Also

na dup

Other unsorted: unsorted()