unique_eval | R Documentation |
Unique values of column in tidy dataframe
unique_eval(data, col_name)
data |
Tidy dataframe. |
col_name |
Character string specifying the column whose unique values will be pulled. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.