Clean entity data
1 2 3 4 5 6 7 8 9 | clean_entity_data(
data,
entity_column = "nameOwnerPrimary",
use_business_suffix = T,
use_n_gram_merge = T,
edit_threshold = 1,
ignore_words = c("ASSOCIATIONS", "ASSOCIATES", "ASSOCIATIONS", "LLC", "LL",
"ACQUISITION", "ACQUISITIONS")
)
|
data |
|
entity_column |
name of the coumn to clean |
use_business_suffix |
if |
use_n_gram_merge |
if |
edit_threshold |
edit threshold |
ignore_words |
vector of words to ignore |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.