form3affiche: displays with its name any object

Description Usage Arguments Value Examples

View source: R/f0.rbsb1.code.r

Description

displays any object after giving the name of the variable containing it. A pause can be introduced to give the opportunity to scrutinize the result.

Usage

1

Arguments

x

The object to print.

pau

Must a pause be performed after the display?

cat

Must the printing be done with 'cat' instead of print?

...

possible arguments for the print function.

Value

a print (or cat) is done and x is returned

Examples

1
2
 uu <- "azerty";
 form3affiche(uu);

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to form3affiche in rbsb...