
reload(pkg = ".", quiet = FALSE)
as.package
for more informationTRUE
suppresses output from this
function.detach
for the many
reasons why this might not work. If in doubt, quit R and
restart.# 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