nonEnglishNames | R Documentation |
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.
data(nonEnglishNames)
A data.frame
with two columns:
a character vector containing names that often have non-standard characters with the non-standard characters replaced by "_"
a character vector containing a standard English-character
translation of nonEnglish
grepNonStandardCharacters
,
subNonStandardCharacters
data(nonEnglishNames) all.equal(ncol(nonEnglishNames), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.