hello.Rd
A minimal example function used to demonstrate the pkgdown reference site embedded in the askurz website.
hello(name = "world")
Character. Name to greet.
A character string greeting name.
name
hello("world") #> [1] "Hello, world!"