isawesome: Gives compliments

Description Usage Arguments Value Examples

View source: R/isawesome.R

Description

Displays a message that pays compliments.

Usage

1
isawesome(name = "Someone", alternative = FALSE, return_message = TRUE)

Arguments

name

A character string of the person or object to be complimented

alternative

A logical indicating whether alternatives to 'is awesome' should be used

return_message

A logical indicating whether a message should be returned. If FALSE a character string will be returned.

Value

A message that pays a compliment.

Examples

1
2
isawesome("Randy 'Macho Man' Savage")
isawesome("Hulk Hogan", alternative = TRUE)

keithmcnulty/isawesome documentation built on Aug. 9, 2020, 3:55 a.m.