Description Usage Arguments Value See Also Examples
Imports a concordance-based data frames from files that were created
with another means than the mclm
function write_conc
.
1 2 3 4 | import_conc(x,
file_encoding = "UTF-8",
source_type = c("corpuseye"),
...)
|
x |
a vector of input filenames |
file_encoding |
file encoding of the files referred to in |
source_type |
string that identifies the tool the field separator that is used in the input file. |
... |
not used in the current implementation of |
The function import_conc
returns a data frame of the class
conc
.
See also read_conc
, write_conc
.
1 2 3 | (cd <- conc_re('\\w+', 'A very small corpus.', as_text = TRUE))
write_conc(cd, "example_data.csv")
(cd_2 <- read_conc("example_data.csv"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.