| libs {umx} | R Documentation |
load libraries
Description
libs allows loading multiple libraries in one call
Usage
libs(..., force.update = FALSE)
Arguments
... |
library names as strings, e.g. "pwr" |
force.update |
install.package even if present (to get new version) FALSE |
Value
nothing.
See Also
Other Miscellaneous Utility Functions:
install.OpenMx(),
qm(),
umxLav2RAM(),
umxModelNames(),
umxRAM2Lav(),
umxVersion(),
umx_array_shift(),
umx_find_object(),
umx_lower.tri(),
umx_msg(),
umx_open_CRAN_page(),
umx_pad(),
umx_print(),
umx
Examples
## Not run:
libs("umx", "OpenMx", "car")
libs("umx", c("OpenMx", "car"))
remove.packages()
## End(Not run)
[Package umx version 4.20.0 Index]