Skip to content
Prev 181955 / 398513 Next

'options=utils::recover' not working in .Rprofile or within R

David Winsemius wrote:
Actually, I think it hid the options() function.
Not if you run it in the console, but it is needed in .Rprofile.  Saving 
the old option could be done as

olderror <- options(error=utils::recover)

Duncan Murdoch