Relations are defined as in the dependency graph.
repo_related(names, type = "all", excludeseed = F)
A character
vector of item names.
Can be one of "all", "to", "from". "to" recursively
finds items that names
is attached to. "from" recursively
finds items that names
depends on or is generated
by. "all" finds both (connected components including names
.
logical. If set to FALSE names
will be
not included in the output list.
A character
vector of item names.
dependencies