get_similar_values_table {rolap} | R Documentation |
Get similar values in a table
get_similar_values_table(table, attributes, exclude_numbers, col_as_vector)
table |
A |
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. |
A vector of tibble
objects with similar instances.