hello2: Hello world function 2

Description Usage Arguments Value Examples

Description

Hello world function 2

Usage

1
hello2(x = "Analyx", formal = TRUE, bye = TRUE)

Arguments

x

A character. The name of who you want to say hi.

y

Logical. True if you want a formal salute.

Value

A string containing the salute

Examples

1
2
3
hello2()
hello2("Adolfo")
hello2("Adolfo", formal = FALSE)

adolfoalvarez/test2 documentation built on May 10, 2019, 5:58 a.m.