Description Usage Arguments Details Value Examples
View source: R/f0.rbsb1.code.r
Just doing a double printing (i) on the screen and (ii) appending to the file fifi
1 |
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. |
The file must reopen to empty it if necessary
nothing is returned
1 2 3 | pprint("to see what happen!", "toto.txt");
read.table("toto.txt");
unlink("toto.txt");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.