uniquefy_base | R Documentation |
This is meant to be an internal function which is the commonly used across the different uniquefiers. It works by taking uniquefying based on largest value and returning a logical vector
uniquefy_base(dat, group_col, val_col)
dat |
data frame |
group_col |
group_col string denoting group column (col with duplicates) |
val_col |
string denoting value column |
logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.