hello.Rd
This function is just an example function so our package can pass R CMD check.
hello()
A character(1) with the word "hello".
character(1)
## Say hello ^_^ hello() #> [1] "hello"