Say Goodbye
goodbye.Rd
This function prints a friendly farewell. It can be customized with different names and languages.
Arguments
- name
Character string. The name to bid farewell to. Default is "world".
- language
Character string. The language for the farewell. 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
hello
for a greeting function