Description Usage Arguments Details Examples
Write a plain text representation of a corpus to multiple files on disk corresponding to the individual documents in the corpus.
1 | writeCorpus(x, path = ".", filenames = NULL)
|
x |
A corpus. |
path |
A character listing the directory to be written into. |
filenames |
Either |
The plain text representation of the corpus is obtained by calling
as.character
on each document.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.