Utility method to help making sure that the encoding of a character string or the relevant parts of an object conform to the encoding to the corpus.
adjustEncoding-method
1 2 3 4 5 6 7 8 9 | adjustEncoding(.Object, ...)
## S4 method for signature 'character'
adjustEncoding(.Object, corpusEncoding)
as.utf8(.Object, ...)
## S4 method for signature 'character'
as.utf8(.Object, from = "latin1")
|
.Object |
the object (usually a character vector, nothing else is implemented so far) |
... |
further parameters |
corpusEncoding |
the encoding of the corpus (e.g. "latin1") |
from |
encoding |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.