specialchars {lsa} | R Documentation |
List of special character html entities and their character replacement
Description
This list contains entities (specialchars$entities
) and their replacement character (specialchars$replacement
), as used by textvector to cleanup html code: for example, this is used to replace the html entity \ä\; with the character ae. You can use this data set with data(specialchars)
.
Usage
data(specialchars)
Format
list of language specific html entities and their replacement
Author(s)
Fridolin Wild f.wild@open.ac.uk
[Package lsa version 0.73.3 Index]