filter_dupe_soft: Filter duplicates without losing any values from 'key'

View source: R/00_load_export_utils.R

filter_dupe_softR Documentation

Filter duplicates without losing any values from key

Description

Filter duplicates without losing any values from key

Usage

filter_dupe_soft(.data, ..., key)

Arguments

.data

(data.frame) Data with duplicates

...

(expressions) filter expressions with which to filter

key

(name) of the column key that will be grouped by and for which at least one observation will be preserved.

Value

(data.frame) without duplicates


COHHIO/Rm_data documentation built on Dec. 9, 2024, 2:10 p.m.