Say Hello
hello.Rd
This function prints a friendly greeting. It can be customized with different names and languages.
Arguments
- name
Character string. The name to greet. Default is "world".
- language
Character string. The language for the greeting. Supported languages: "english" (default), "spanish", "french", "portuguese", "german", "italian".
- exclamation
Logical. Whether to add an exclamation mark. Default is TRUE.
- capitalize
Logical. Whether to capitalize the first letter of the name. Default is FALSE.
See also
goodbye
for a farewell function