
Last chance! 50% off unlimited learning
Sale ends in
useDynLib(pkgname)
and may
fail in other cases. If you do encounter a failure, please file a bug report
at unload(pkg = ".")
as.package
for more information# Unload package that is in current directory
unload(".")
# Unload package that is in ./ggplot2/
unload("ggplot2/")
# Can use inst() to find the path of an installed package
# This will load and unload the installed ggplot2 package
library(ggplot2)
unload(inst("ggplot2"))
Run the code above in your browser using DataLab