Greet a person and appropriately capitalize their name.
Usage
hello(name = "your name")
Arguments
- name
Your name (character string; e.g. "john doe").
Value
A character string, capitalized to title case.
Examples
hello("james bond")
#> [1] "Hello, James Bond"