pprint: double print at the screen and into a text file

Description Usage Arguments Value Examples

View source: R/rbsa0.code.r

Description

Just doing a double printing (i) on the screen and (ii) appending to the file fifi

Usage

1
2
 
  pprint(x,fifi="",...) 

Arguments

x

The object to print.

fifi

Name of the file, if "" the print is only done onto the screen.

...

additional arguments for the print call.

Value

nothing is returned

Examples

1
2
3
4
 
  pprint("to see what happen!","toto.txt"); 
  read.table("toto.txt"); 
  unlink("toto.txt"); 

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