recipes (version 0.1.4)

recipes_pkg_check: Update packages

Description

This will check to see if all required packages are installed.

Usage

recipes_pkg_check(pkg = NULL, ...)

Arguments

pkg

A character string for the package being checked

...

Extra arguments to pass to utils::install.packages()

Value

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.

Examples

Run this code
# NOT RUN {
recipes_pkg_check("recipes")
# }

Run the code above in your browser using DataCamp Workspace