View source: R/cleaning_standardizing_preprocessing_functions.R
remove_extra | R Documentation |
Removes extraneous words such as "council", "district", etc. from the names of actors to improve phonetic matching accuracy. See vignette for the full list of "extraneous" words.
remove_extra(dataset)
dataset |
Dataset containing actors' names |
It is recommended that you use this function after the fill_type()
and
resolve_entity_types()
functions, as those functions require the presence of these
"extraneous" words to be fully effective.
Dataset with extraneous words removed from actors' names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.