load_packages_robustly | R Documentation |
Test whether the provided vector of package is installed on the users's system Installed packages are loaded. The user is prompted to install non-installed packages.
load_packages_robustly(packages, prompt = TRUE)
packages |
Character vector of pkg names |
prompt |
Boolean whether the user should be prompted to install missing packages |
Boolean indicating if all packages are installed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.