distinct_2col: Remove duplicates based on two columns, ignoring their order

Description Usage Arguments Value

View source: R/distinct_2col.R

Description

Remove duplicates based on two columns, ignoring their order

Usage

1
distinct_2col(df, col1, col2)

Arguments

df

Dataframe

col1

Quoted name of first column

col2

Quoted name of second column

Value

Dataframe with duplicates removed


samuelkaminsky/SKTools documentation built on Jan. 2, 2021, 4:06 a.m.