repo_related {repo} | R Documentation |
Finds all items related to a set of item
Description
Relations are defined as in the dependency graph.
Usage
repo_related(names, type = "all", excludeseed = F)
Arguments
names |
A |
type |
Can be one of "all", "to", "from". "to" recursively
finds items that |
excludeseed |
logical. If set to FALSE |
Value
A character
vector of item names.
See Also
dependencies
[Package repo version 2.1.5 Index]