R/hello_world.R
hello_world.Rd
A minimal demo function that prints “hello world” to the console.
hello_world()
Invisibly returns the string "hello world".
hello_world() #> [1] "hello world"