
Last chance! 50% off unlimited learning
Sale ends in
unload
for the some of the
potential failure points. If in doubt, restart R and reload the package
with library
.reload(pkg = ".", quiet = FALSE)
as.package
for more informationTRUE
suppresses output from this function.# Reload package that is in current directory
reload(".")
# Reload package that is in ./ggplot2/
reload("ggplot2/")
# Can use inst() to find the package path
# This will reload the installed ggplot2 package
reload(inst("ggplot2"))
Run the code above in your browser using DataLab