hyperSpec
and all installed R hyperSpec family (hySpc.*
) packagesR/hy_attach.R
hy_attach.Rd
This function loads and attaches hyperSpec and all installed
R hyperSpec family packages, which
share common hySpc.
something package name pattern.
hy_attach(exclude = "hySpc.testthat", ..., quiet = NA)
exclude | Character vector with the names of the packages that should not be explicitly loaded. If they are already loaded and/or attached, they will not be unloaded or detached. |
---|---|
... | Further parameters to |
quiet | (
|
Invisibly returns a list with the output of base::library()
for
each R hyperSpec family package that was loaded and attached.
V. Gegzna and C. Beleites
if (FALSE) { hyperSpec::hy_attach() hyperSpec::hy_attach(quiet = TRUE) }