is_parent {pkgndep} | R Documentation |
Test the parent-child relationship
Description
Test the parent-child relationship
Usage
is_parent(parent, child, ...)
Arguments
parent |
A vector of package names. |
child |
A single package name. |
... |
Pass to |
Value
A logical vector.
Examples
# There is no example
NULL
[Package pkgndep version 1.99.3 Index]