library("altdown")
greet("world")[1] "Hello, world!"
greet("world", loud = TRUE)[1] "HELLO, WORLD!"
A toy function that returns a greeting message. Used only to give this example package something to document.
name
|
A character string with the name to greet. |
loud
|
Logical. If ‘TRUE’, the greeting is shouted (all caps). |
A character string with the greeting.