Is it possible to reset an instance of R?
Eg. if I have used the commands
x <- 1:10
plot(x, -x)
And thus polluted the system with the x variable. In this state can I then revert back to a clean state without shutting R down and launching it again?