Description Usage Arguments Value Examples
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.
| 1 2 |  
  form3display(x,pau=FALSE,cat=FALSE,...) 
 | 
| 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. | 
a print (or cat) is done and x is returned
| 1 2 3 |  
  uu <- "azerty"; 
  form3display(uu); 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.