Learn R Programming

scalablebayesm (version 0.2)

hello: 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")

Value

Nothing is returned but as a side effect output is printed

Arguments

txt

An optional character variable, defaults to ‘world’

Examples

Run this code
hello()
hello("and goodbye")

Run the code above in your browser using DataLab