hello {scalablebayesm} | R 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")
[Package scalablebayesm version 0.2 Index]