make_unique: Make Dataframe Unique

Description Usage Arguments Value Examples

View source: R/make_unique.R

Description

Description

Usage

1
make_unique(.data, ..., .rem = c("all", "last"))

Arguments

.data

A dataframe

...

Columns on which the dataframe should be unique

.rem

"all": All duplicates are removed (also the first non-duplicated entry)
"last": Only subsequent duplicates are removed (first value remains)

Value

A dataframe

Examples

1

MatthiasUckert/Rmatch documentation built on Jan. 3, 2022, 11:09 p.m.