Flash Sale | 50% off

Last chance! 50% off unlimited learning

Sale ends in


misty (version 0.5.0)

libraries: Load and Attach Multiple Packages

Description

This function is used to load and attach multiple add-on packages at once.

Usage

libraries(..., install = FALSE, quiet = TRUE, check = TRUE, output = TRUE)

Arguments

...

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")).

install

logical: if TRUE, missing packages and dependencies are installed.

quiet

logical: if TRUE (default), startup messages when loading package are disabled.

check

logical: if TRUE, argument specification is checked.

output

logical: logical: if TRUE, output is shown on the console.

Author

Takuya Yanagida takuya.yanagida@univie.ac.at

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.

See Also