Skip to content
Prev 279523 / 398506 Next

How to de-source and re-source a file?

On 06/12/2011 1:10 PM, Michael wrote:
You can use rm() to remove a function.

You can also quit and restart R, making sure that it *does not* load an 
existing workspace (by deleting the .Rdata file if it exists, and never 
answering "yes" to the question to save it.)  This gives you a nice 
clean slate.

Duncan Murdoch