powered by
This function shows a standard text on the console. In a time-honored tradition, it defaults to displaying hello, world.
hello(txt = "world")
Nothing is returned but as a side effect output is printed
An optional character variable, defaults to ‘world’
hello() hello("and goodbye")
Run the code above in your browser using DataLab