Learn R Programming

refinr (version 0.3.3)

refinr: Cluster and Merge Similar Values Within a Character Vector

Description

These functions take a character vector as input, identify and cluster similar values, and then merge clusters together so their values become identical. The functions are an implementation of the key collision and ngram fingerprint algorithms from the open source tool Open Refine.

Arguments

Documentation for Open Refine

<code>refinr</code> features the following functions

  • key_collision_merge

  • n_gram_merge

Author

Maintainer: Chris Muir chrismuirRVA@gmail.com

See Also