View source: R/helper_letter.convert.R
letter.convert | R Documentation |
Converts and unifies most hexadecimal and some HTML coded letters to Unicode characters. Performs CERMINE specific error correction (inserting operators, where these got lost while conversion).
letter.convert(x, cermine = FALSE, greek2text = FALSE, warning = TRUE)
x |
text string to process. |
cermine |
Logical. If TRUE CERMINE specific error handling and letter conversion will be applied. |
greek2text |
Logical. If TRUE some greek letters and special characters will be unified to textual representation (important to extract stats). |
warning |
Logical. If TRUE prints warning massage if CERMINE specific letter conversion was performed. |
Character. Text with unified and corrected letter representation.
x<-c("five < ten","five < ten")
letter.convert(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.