Last chance! 50% off unlimited learning
Sale ends in
This function is used to load and attach multiple add-on packages at once.
libraries(..., install = FALSE, quiet = TRUE, check = TRUE, output = TRUE)
the names of the packages to be loaded, given as names
(e.g., misty, lavaan, lme4
), or literal character
strings (e.g., "misty", "lavaan", "lme4"
), or character
vector (e.g., c("misty", "lavaan", "lme4")
).
logical: if TRUE
, missing packages and dependencies are
installed.
logical: if TRUE
(default), startup messages when loading
package are disabled.
logical: if TRUE
, argument specification is checked.
logical: logical: if TRUE
, output is shown on the console.
Takuya Yanagida takuya.yanagida@univie.ac.at
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.