Visualizes phonetic coding agreement between two columns. Shows how Soundex groupings match across pairs.
Arguments
- .data
A data frame or character table name.
- col_1, col_2
Column names (unquoted or character).
- con
A DBI connection from
DBI::dbConnect(). If provided andduckdb::duckdb()or PostgreSQL, computes Soundex in SQL.
Value
A ggplot2::ggplot() object.
