ngchmCollectionInCollection {NGCHM} | R Documentation |
Recursively determine if collection uuid is contained in collection A collecton always contains itself.
Description
Recursively determine if collection uuid is contained in collection A collecton always contains itself.
Usage
ngchmCollectionInCollection(collection, uuid)
Arguments
collection |
A list containing details of a collection |
uuid |
A string containing the UUID to check |
Value
TRUE iff collection contains uuid, otherwise FALSE
[Package NGCHM version 1.0.3 Index]