get_similar_values_table: Get similar values in a table

View source: R/table.R

get_similar_values_tableR 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 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.

Value

A vector of tibble objects with similar instances.


rolap documentation built on May 29, 2024, 10:38 a.m.