verse_attach.Rd
Attach SNAPverse member packages for different sectors of the verse.
There are three sector packages: snapverse
, snaplite
and snapdata
.
Each passes a list of packages via core
to verse_attach
.
See the respective packages for details.
Checks if a package is attached.
verse_attach(core) is_attached(x)
core | character, vector of packages that defines part of the SNAPverse. |
---|---|
x | character, package name. |
Verse attachment code snippets are borrowed and modified from tidyverse: https://github.com/tidyverse
but are slightly more general to handle different SNAPverse package subsets (sectors of verse).
The functionality in snapmeta
only loads sector packages tidily; it does not check for conflicts.