Description Usage Arguments Value Examples
Just doing a double printing (i) on the screen and (ii) appending to the file fifi
1 2 |
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. |
nothing is returned
1 2 3 4 |
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.