form3display: displays with its name any object

Description Usage Arguments Value Examples

View source: R/rbsa1.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
2

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
3
 
  uu <- "azerty"; 
  form3display(uu); 

rbsa documentation built on May 2, 2019, 6:07 p.m.