hi: Start a conversation

Description Usage Arguments Value Examples

Description

This function is good. Says hi to someone.

Usage

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

Arguments

who

character(1) Name of a person.

how

character(1) (optional). How greeting will is given. Options include "shout","whisper","asis"

Value

A character(1) vector containing the appropriate greeting

Examples

1
2
3
4
5
hi("jt")
## Not run:   #may also use dont test
  hi("jt",how="whisper")
  
## End(Not run)

jtvanleuven/snowfall documentation built on May 20, 2019, 3:18 a.m.