Description Usage Arguments Details Value Note Author(s) Examples
Reads lines of text files in R.
1 | leer.mpa(textfile = "", encoding = "unknown")
|
textfile |
The file path where the corpus is located |
encoding |
encoding to be assumed for input strings |
The corpus file must be a standard text file, which generally uses "/" to separate each letter and "ind0" to separate individuals, however, these parameters can be different.
A vector containing the text lines "textfile".
This function is an adaptation of the ttda.get.text function from de ttda library.
Daniel Rodr\'iguez dhrodriguezt@unal.edu.co
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.