uniquefy_base: Base function which does the uniquefying

uniquefy_baseR Documentation

Base function which does the uniquefying

Description

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

Usage

uniquefy_base(dat, group_col, val_col)

Arguments

dat

data frame

group_col

group_col string denoting group column (col with duplicates)

val_col

string denoting value column

Value

logical vector


lefeverde/lefutils documentation built on May 19, 2023, 4 p.m.