item_get_parent {sbtools} | R Documentation |
Get an item's parent ID
Description
Retrieves the parent of a supplied item based on the ScienceBase item tree hierarchy.
Usage
item_get_parent(sb_id, ...)
Arguments
sb_id |
An |
... |
Additional parameters are passed on to |
Value
An item object representing the parent of the supplied item.
Examples
item_get_parent("57976a0ce4b021cadec97890")
item_get_parent(item_get("57976a0ce4b021cadec97890"))
[Package sbtools version 1.3.2 Index]