malign | R Documentation |
Everyone needs to be taken down a peg once in a while, especially oneself! Forked from the complementary (and complimentary!) package praise, malign provides ready-made insults for use when code does run not as expected. Useful for troubleshooting code, or just to make oneself feel worse.
malign(template = "You are ${adjective}!")
insult(template = "You are ${adjective}!")
dis(template = "You are ${adjective}!")
snark(template = "You are ${adjective}!")
zing(template = "You are ${adjective}!")
template |
Character scalar, the template string. |
Replace parts of the template with random words from the malign word lists. See examples below.
Maintainer: Joseph Brown phylo.jwb@gmail.com (ORCID)
malign()
## Capitalization
malign("${Exclamation}! This ${rpackage} is ${adjective}!")
## All upper case
malign("${EXCLAMATION}! You have done this ${adverb_manner}!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.