Skip to contents

'hello()' inserts the word hello before a word, that should be a character, that is inserted.

Usage

hello(word = "world")

Arguments

word

Input of the type character

Value

character.

Examples

hello('wolf')
#> [1] "Hello wolf"