recipes_pkg_check | R Documentation |
This will check to see if all required packages are installed.
recipes_pkg_check(pkg = NULL, ...)
pkg |
A character string for the package being checked |
... |
Extra arguments to pass to |
Nothing is returned but a message is printed to the console about which packages (if any) should be installed along with code to do so.
developer_functions
## Not run:
recipes_pkg_check("recipes")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.