Prep data for obtaining predictions
data0.Rd
Prep data for obtaining predictions
Value
Checks to see whether packages are already installed or loaded. If not installed, will install. If already loaded, will skip loading. Otherwise, will load libraries and provide a quick summary.
Examples
if (FALSE) { # \dontrun{
data0(mtcars, c("mpg", "cyl", "disp", "make", "model"))
} # }