"Refresh" a package by unloading its namespace and immediately re-requiring that namespace. This is useful if an updated version of the package has been installed by another process on the machine in the meantime, to avoid having to restart the R session.
1 | refresh(pkg)
|
pkg |
Package name (character vector) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.