save.corpus.to.files: Save corpus to text (and RData) file.

Description Usage Arguments

Description

Small utility to save a corpus to a text file (and RData file) for ease of use.

It is possibly recommended to pass a filename to the C++ function textreg rather than the entire corpus for large text since I believe it will otherwise copy over everything due to the coder's (my) poor understanding of how RCpp converts objects.

Usage

1
save.corpus.to.files(bigcorp, filename = "corpus")

Arguments

bigcorp

A tm Corpus object.

filename

The first part of the filename. A rda and txt extension will be appended to the two generated files.


textreg documentation built on May 2, 2019, 8:34 a.m.