hi: Start a conversation

Description Usage Arguments Value Examples

Description

This function will produce a moduated 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 the person is to be greeted. Options include "shout", "whisper", or "asis".

Value

A character(1) vector containing the appropriate greeting.

Examples

1
2
hi("Dick")
hi("Dick", "shout")

gomulki/Snowfall documentation built on May 17, 2019, 7:42 a.m.