powered by
This function resets all custom entity patterns that have been added during the current R session.
reset_custom_entity_patterns()
Invisibly returns NULL.
add_entity_pattern("EU", "European Union", "economy") reset_custom_entity_patterns() patterns <- list_entity_patterns() print(patterns[patterns$entity_id == "EU", ])
Run the code above in your browser using DataLab