libs | R Documentation |
libs
allows loading multiple libraries in one call
libs(..., force.update = FALSE)
... |
library names as strings, e.g. "pwr" |
force.update |
install.package even if present (to get new version) FALSE |
nothing.
library()
, install.packages()
, remove.packages()
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
## Not run:
libs("umx", "OpenMx", "car")
libs("umx", c("OpenMx", "car"))
remove.packages()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.