View source: R/update_installed_packages.R
update_installed_packages | R Documentation |
This function installs packages that are used in the class based on a list of packages described in a file on the class GitHub repository.
update_installed_packages(force_reinstall = FALSE)
force_reinstall |
If this is set to TRUE, then any class packages that have already been installed will be reinstalled. If this is FALSE, then only packages that have not been installed yet will be installed. |
# Install all the needed class packages
## Not run: update_installed_packages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.