Displaying 1 result from an estimated 1 matches for "prefrerences".
Did you mean:
  preferences
  
2007 Apr 16
3
session log
Hi,
is there a platform independent way to log a complete R session (input + 
output + warnings + errors + ???) into a text file? I can use sink(file, 
split=T) and savehistory() but it is quite cumbersome to merge the files 
and still there is some loss (eg. warnings).
I wondered that I only found this thread from 2003(!) related to this topic: