hello: Hello world function

Description Usage Arguments Value Examples

Description

Hello world function

Usage

1
hello(x = "Analyx", formal = 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
hello()
hello("Adolfo")
hello("Adolfo", formal = FALSE)

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