get_similar_values_table: Get similar values in a table
Description
Get similar values in a table
Usage
get_similar_values_table(table, attributes, exclude_numbers, col_as_vector)
Value
A vector of tibble objects with similar instances.
Arguments
- table
A tibble object.
- attributes
A vector of strings, attribute names.
- exclude_numbers
A boolean, exclude numbers from comparison.
- col_as_vector
A string, name of the column to include a vector of values.