This function is just an example function so our package can pass R CMD check.

hello()

Value

A character(1) with the word "hello".

Examples

## Say hello ^_^
hello()
#> [1] "hello"