Say hello

say_hello(name)

Arguments

name

A character scalar, representing the name of the person to say hello to.

Value

`NULL`. A message with a greeting is generated.

Author

Charlotte Soneson

Examples

say_hello("Jane")
#> Hello Jane!