Learn R Programming

StandardizeText (version 1.0)

country.regex: Country Name Regular Expressions

Description

A data frame containing regular expressions for matching country names, where each country is identified by the ISO 3166-1 Alpha-2 code. Used internally by the standardize.countrynames function.

Usage

data(country.regex)

Arguments

Format

A data frame with 260 observations on the following 2 variables.
regex
a character vector
code
a character vector

Examples

Run this code
data(country.regex)

Run the code above in your browser using DataLab