import_conc | R Documentation |
This function imports a concordance from files generated by other means than
write_conc()
.
import_conc(x, file_encoding = "UTF-8", source_type = c("corpuseye"), ...)
x |
A vector of input filenames. |
file_encoding |
Encoding of the file(s). |
source_type |
Character string. How the file is read. Currently only
|
... |
Additional arguments (not implemented). |
An object of class conc
.
read_conc()
for files written with write_conc()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.