praise: Praise Users

Description Usage Arguments Details Examples

Description

Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.

Randomized praise based on a template

Usage

1
praise(template = "You are ${adjective}!")

Arguments

template

Character scalar, the template string.

Details

Replace parts of the template with random words from the praise word lists. See examples below.

Examples

1
2
3
4
5
6
7
praise()

## Capitalization
praise("${Exclamation}! This ${rpackage} is ${adjective}!")

## All upper case
praise("${EXCLAMATION}! You have done this ${adverb_manner}!")

Example output

[1] "You are grand!"
[1] "Hurray! This program is stupendous!"
[1] "AH! You have done this sharply!"

praise documentation built on May 2, 2019, 2:45 p.m.

Related to praise in praise...