Learn R Programming

econid (version 0.0.1)

reset_custom_entity_patterns: 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()

Arguments

Value

Invisibly returns NULL.

Examples

Run this code
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