Skip to contents

hello_world returns greeting with name

Usage

hello_world(.name)

Arguments

.name

the addressee of the greeting

Value

greeting phrase with name

Examples

hello_world("Lord Turtle")
#> [1] "Hello, my highness Lord Turtle!"