R/Hello.R
hello.Rd
Trivial example for documentation.
hello(name = "world")
Character to greet. Defaults to world.
world
Character greeting.
hello() #> [1] "Hello, world!" hello("Stan") #> [1] "Hello, Stan!"