Description Usage Arguments See Also Examples
This attempts to unload and reload an installed package. If the package is
not loaded already, it does nothing. It's not always possible to cleanly
unload a package: see the caveats in unload()
for some of the potential
failure points. If in doubt, restart R and reload the package with
library()
.
1 |
pkg |
The package to use, can be a file path to the package or a
package object. See |
quiet |
if |
load_all()
to load a package for interactive development.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.