message("TESTING: Package unloading...")
library("R.oo")
pkg <- Package("datasets")
load(pkg)
print(isLoaded(pkg))
unload(pkg)
print(isLoaded(pkg))
message("TESTING: Package unloading...DONE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.