get_unique_values_table: Get unique values in a table
Description
Get unique values in a table
Usage
get_unique_values_table(table, attributes, col_as_vector)
Value
A vector of tibble objects with similar instances.
Arguments
- table
A tibble object.
- attributes
A vector of strings, attribute names.
- col_as_vector
A string, name of the column to include a vector of values.