powered by
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)
Character. Text with unified and corrected letter representation.
text string to process.
Logical. If TRUE CERMINE specific error handling and letter conversion will be applied.
Logical. If TRUE some greek letters and special characters will be unified to textual representation (important to extract stats).
Logical. If TRUE prints warning massage if CERMINE specific letter conversion was performed.
x<-c("five < ten","five < ten") letter.convert(x)
Run the code above in your browser using DataLab