assert_pkgs | R Documentation |
Used internally, helper function to check if SUGGESTED packages are available. Will halt execution if any of the queried packages are not available and provide installation instructions.
assert_pkgs(pkgs = NULL)
pkgs |
character vector with name(s) of package(s) to check. |
TRUE
if all packages available, otherwise execution is halted with
an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.