View source: R/distinct_excl.R
distinct_excl | R Documentation |
Variation of the distinct() function to enumerate vars to exclude
distinct_excl(.data, excl_list, ...)
excl_list |
character vector of names to be excluded from distinct calcs |
data |
Data frame to be used (can be piped) |
Date frame returned with only distinct rows (not counting vars that were excluded)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.