hi: Start a conversation

Description Usage Arguments Value Examples

Description

This function will produce a friendly (or other) greeting, useful in starting conversations.

Usage

1
hi(who, how = c("shout", "whisper", "asis"))

Arguments

who

character(1) Name of person to be greeted.

how

character(1) (optional). How is the person to be greeted. Options include "shout", "whisper", or "asis".

Value

A character(1) vector containing the appropriate greeting.

Examples

1
2
3
4
5
hi("Martin")
## Not run: 
    hi("Martin", "whisper")

## End(Not run)

mtmorgan/Snowfall documentation built on May 23, 2019, 8:19 a.m.