distinct_excl: Variation of the distinct() function to enumerate vars to...

View source: R/distinct_excl.R

distinct_exclR Documentation

Variation of the distinct() function to enumerate vars to exclude

Description

Variation of the distinct() function to enumerate vars to exclude

Usage

distinct_excl(.data, excl_list, ...)

Arguments

excl_list

character vector of names to be excluded from distinct calcs

data

Data frame to be used (can be piped)

Value

Date frame returned with only distinct rows (not counting vars that were excluded)


j-Rinehart/easyR documentation built on June 28, 2023, 2:49 a.m.