R/namespace.R
reload.Rd
Reload a package by first detaching and loading the library.
reload(pkg)
Character string, name of the package
Side effect is used.
So far only character is accepted
detach and library
detach
library
Jitao David Zhang <jitao_david.zhang@roche.com>
## the example should not run because it will reload the package if (FALSE) { # \dontrun{ reload(ribiosUtils) } # }