unique_eval: unique_eval

View source: R/unique_eval.R

unique_evalR Documentation

unique_eval

Description

Unique values of column in tidy dataframe

Usage

unique_eval(data, col_name)

Arguments

data

Tidy dataframe.

col_name

Character string specifying the column whose unique values will be pulled.

Details

Low-level function not recommended for end-user usage (see base R unique function). Generates vector of unique values from a column of a tidy dataframe using tidy eval principles


AMGold99/piperr documentation built on March 29, 2022, 9:46 a.m.