Learn R Programming

umx (version 4.20.0)

libs: load libraries

Description

libs allows loading multiple libraries in one call

Usage

libs(..., force.update = FALSE)

Value

  • nothing.

Arguments

...

library names as strings, e.g. "pwr"

force.update

install.package even if present (to get new version) FALSE

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

Run this code
if (FALSE) {
libs("umx", "OpenMx", "car")
libs("umx", c("OpenMx", "car"))
remove.packages()
}

Run the code above in your browser using DataLab