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

Description Usage Arguments Details Value Examples

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

Description

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

Usage

1
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.

Details

The file must reopen to empty it if necessary

Value

nothing is returned

Examples

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

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

Related to pprint in rbsb...