Skip to contents

Praises you or someone with a random word.

Usage

praise_me(by = NULL)

praise_someone(who = NULL, by = NULL)

Arguments

by

A character to say the praise. See the full list of character by list_character().

who

A character of who to praise.

Value

An object of class cheer, which is just a character with special print method.

Examples

praise_me()
#> You are exceptional!
praise_me(by = "cow")
#> 
#>  ----- 
#> You are astonishing! 
#>  ------ 
#>     \   ^__^ 
#>      \  (oo)\ ________ 
#>         (__)\         )\ /\ 
#>              ||------w|
#>              ||      ||
praise_someone()
#> Exceptional!
praise_someone("Joanna", by = "cat")
#> 
#>  -------------- 
#> Joanna is delightful! 
#>  --------------
#>     \
#>       \
#>         \
#>             |\___/|
#>           ==) ^Y^ (==
#>             \  ^  /
#>              )=*=(
#>             /     \
#>             |     |
#>            /| | | |\
#>            \| | |_|/\
#>       jgs  //_// ___/
#>                \_)
#>