View source: R/cleaning_standardizing_preprocessing_functions.R
fill_type | R Documentation |
Guesses the entity type for the actors within the dataset based on commonly used words for the respective entity types.
fill_type(dataset)
dataset |
Dataset to fill in the entity type for |
The fill type function looks at the actor name and looks for common words for each entity type (such as "City", "Town" for cities and "Inc.", "Co." for companies) to guess the entity type for that actor.
The original dataset with entity types filled for the actors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.