Ecdat (version 0.3-9)

nonEnglishNames: Names with Character Set Problems

Description

A data.frame describing names containing character codes rare or non-existent in standard English text, e.g., with various accent marks that may not be coded consistently in different locales or by different software.

Usage

data(nonEnglishNames)

Arguments

Format

A data.frame with two columns:

nonEnglish

a character vector containing names that often have non-standard characters with the non-standard characters replaced by "_"

English

a character vector containing a standard English-character translation of nonEnglish

See Also

grepNonStandardCharacters, subNonStandardCharacters

Examples

Run this code
# NOT RUN {
data(nonEnglishNames)

# }
# NOT RUN {
all.equal(ncol(nonEnglishNames), 2)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace