covfefySpeech: Covfefy any speech.

View source: R/covfefe.R

covfefySpeechR Documentation

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

covfefySpeech()

covfefe documentation built on Jan. 26, 2026, 5:08 p.m.