Skip to contents

A minimal example function used to demonstrate the pkgdown reference site embedded in the askurz website.

Usage

hello(name = "world")

Arguments

name

Character. Name to greet.

Value

A character string greeting name.

Examples

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