Learn R Programming

econid (version 0.0.1)

list_entity_patterns: List entity patterns

Description

This function returns a tibble containing regular expression patterns for identifying economic indicators. It combines the patterns from the built-in entity_patterns dataset with any custom patterns stored in the .econid_env environment.

Usage

list_entity_patterns()

Arguments

Value

A data frame with the following columns:

entity_id

entity id

entity_name

entity name

iso2c

ISO 3166-1 alpha-2 code

iso3c

ISO 3166-1 alpha-3 code

entity_type

entity type

entity_regex

Regular expression pattern for matching entity names

Examples

Run this code
patterns <- list_entity_patterns()

Run the code above in your browser using DataLab