As noted in the title, I\'m trying to understand how to reset all arguments in options() to their default settings. I searched online and in the ?options
options()
?options
I never tried it myself, but the settings package seems to provide a possibility to restore the default values without previously storing them:
library(settings) reset(options)