get_similar_values_table {rolap} | R Documentation |
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)
Arguments
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. |
Value
A vector of tibble
objects with similar instances.
[Package rolap version 2.5.2 Index]