Dear friends, In R there is a file | save to file option which takes a "picture" of the text in your screen and saves it to a text file. Is there any way to do the same with a function? I need this because I run a long program and when I get the results and try to use file | save to file, the program freezes. So, I would like this to be done in the routine I am running. Jorge L. Icabalceta [[alternative HTML version deleted]]
?dump ?savehistory Icabalceta, Jorge L. wrote:> Dear friends, > In R there is a file | save to file option which takes a "picture" of > the text in your screen and saves it to a text file. Is there any way to do > the same with a function?