import_conc {mclm} | R Documentation |
Import a concordance
Description
This function imports a concordance from files generated by other means than
write_conc()
.
Usage
import_conc(x, file_encoding = "UTF-8", source_type = c("corpuseye"), ...)
Arguments
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). |
Value
An object of class conc
.
See Also
read_conc()
for files written with write_conc()
.
[Package mclm version 0.2.7 Index]