| require_packages | R Documentation |
Checks if the required packages are available. If not, an error message is thrown.
require_packages(packages)
packages |
Character vector of package names |
Stops with an error message if any of the required packages are missing.
Otherwise, returns TRUE invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.