Is there any IDE -from the ones supporting R-, that gives access to the command history (at least to the current session\'s commands)? Or is there a way to get a (character or e
savehistory('file') myhistory <- scan('file','character')
Might do the trick.