Skip to content

Instantly share code, notes, and snippets.

@duttashi
Created August 10, 2017 08:19
Show Gist options
  • Save duttashi/6aac821678e20108b15efd11f01b81d9 to your computer and use it in GitHub Desktop.
Save duttashi/6aac821678e20108b15efd11f01b81d9 to your computer and use it in GitHub Desktop.
How to detach a package in R without restarting the R session
> detach("package:mice", unload=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment