Learn R Programming

Ecdat (version 0.4-2)

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
data(nonEnglishNames)

stopifnot(
all.equal(ncol(nonEnglishNames), 2)
)

Run the code above in your browser using DataLab