Skip to contents

A minimal demo function that prints “hello world” to the console.

Usage

hello_world()

Value

Invisibly returns the string "hello world".

Examples

hello_world()
#> [1] "hello world"