View source: R/name_phonetic_matching_functions.R
clean_name | R Documentation |
Cleans the datasets' actor names based on the key dictionary using exact string matching
clean_name(dataset, key.dict, clean_enc = T)
dataset |
Dataset to clean the actors' names for |
key.dict |
Key dictionary to use to clean the actors' names |
clean_enc |
Is the data read in with the correct encoding? If unknown, set as FALSE. Defaults to TRUE. |
Returns a dataset with actors names' cleaned using exact string matching. Also creates a vector of indices of names that require cleaning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.