say_aloha: Say Aloha

Description Usage Arguments Value Examples

Description

This function will say aloha to any inputted name.

Usage

1

Arguments

name

(character) A name to say aloha to.

print

(logical) Option to print your message. Defaults to TRUE

Value

(character) An aloha message

Examples

1
2
3
# Say hello to a friend
friend <- "Irene"
say_aloha(friend)

marcemiraval/greetings documentation built on May 28, 2019, 2:32 a.m.