Description Usage Arguments Value
Reads one or several concordances generated with CorpusEye, and
converts their contents to a single dataset that can be read
with the function read_dataset
.
The encoding in the input file(s) is assumed to be 'UTF-8'.
The encoding in the output is 'UTF-8'.
1 2 | conc_to_dataset_corpuseye(x,
outfile)
|
x |
name of the input file(s). This can be either a single name, or a longer vector with several names. In the latter case, the contents of all input files is merged before writing the output file. |
outfile |
Name of the output file. The encoding in the output is 'UTF-8'. |
This function invisibly returns the value of its first argument
x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.