View source: R/adding_preprocessing_functions.R
add_entity_type | R Documentation |
Adds the entity_type column to the dataset
add_entity_type(dataset, type)
dataset |
Dataset to add column to |
type |
Default entity type to set as value for the column |
Dataset with new column consisting of "type" param added to dataset
## Not run: add_entity_type(df, "City")
## Not run: add_entity_type(df, NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.