covfefySentence: Covfefy any sentence.

Description Usage Arguments Examples

Description

Calls covfefy() and uses rules to decide which, if any, word is covfefefied.

Usage

1
2
3
covfefySentence(sent = paste0("Despite the constant negative",
  " press coverage we are going ", "to Make America Great Again"),
  endSentence = TRUE)

Arguments

sent

Character string of sentence to covfefy. Defaults to the famous tweet.

endSentence

Boolean where TRUE forces use of punctuation.

Examples

1
2
covfefySentence(paste0("Despite the constant negative press coverage,",
                       "we are going to Make America Great Again"))

Example output

[1] "Despite the constant negative press covfefe"

covfefe documentation built on May 2, 2019, 5:52 a.m.