On Dec 16, 2012, at 7:35 PM, Felipe Carrillo wrote: > Well, I am going to give copies of an application to different offices and > want to be able to generate an output file > in the event that an error would ocurr while running the different R > routines. By saving the entire R console along with the > R version, I should be able to see where the error ocurred. I've seen text > files with every single text from the R console but can't find > the way to capture that.
Most consoles will accept cmd-A or similar to select all text in a console session. Figure out what that keystroke combo is for your OS and then ctl- or cmd-C and paste into text editor. -- David Winsemius Alameda, CA, USA ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.