hello: A placeholder function using roxygen

View source: R/hello.R

helloR Documentation

A placeholder function using roxygen

Description

This function shows a standard text on the console. In a time-honored tradition, it defaults to displaying hello, world.

Usage

hello(txt = "world")

Arguments

txt

An optional character variable, defaults to ‘world’

Value

Nothing is returned but as a side effect output is printed

Examples

hello()
hello("and goodbye")

scalablebayesm documentation built on April 3, 2025, 7:55 p.m.