Say hello to someone

hello(name)

Arguments

name

The name of the person to say hello to

Value

A string saying hello to the person

Examples

hello("world")
#> [1] "Hello world"