reset_custom_entity_patterns {econid}R Documentation

Reset custom entity patterns

Description

This function resets all custom entity patterns that have been added during the current R session.

Usage

reset_custom_entity_patterns()

Value

Invisibly returns NULL.

Examples

add_entity_pattern("EU", "European Union", "economy")
reset_custom_entity_patterns()
patterns <- list_entity_patterns()
print(patterns[patterns$entity_id == "EU", ])


[Package econid version 0.0.2 Index]