Possible Duplicate:
How to unload a package without restarting R?
To load a package into R we can go library(.)
or require(.)
. How do I disable a package during a coding session. I want something that's the opposite of require(.)
.
I think maybe you're looking for detach(package:splines, unload = TRUE)
.
As you might gather from the comments below, be sure to read carefully the Details section of ?detach
to make sure you know exactly what will happen when using this with or without the unload
and force
arguments.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With