covfefySpeech: Covfefy any speech.
Description
Calls covfefySentences() and uses rules to decide which,
if any, sentences are covfefefied.
Usage
covfefySpeech(
text = system.file("extdata", "inauguration.txt", package = "covfefe"),
out = file.path(tempdir(), "covfefe_inauguration.txt")
)Arguments
- text
Location of input .txt file.
- out
Location of output .txt file.