Learn R Programming

covfefe (version 1.0.0)

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.

Examples

Run this code
covfefySpeech()

Run the code above in your browser using DataLab