R/hello.R
hello.Rd
'hello()' inserts the word hello before a word, that should be a character, that is inserted.
hello(word = "world")
Input of the type character
character.
hello('wolf') #> [1] "Hello wolf"