getChildrenOfEntry | R Documentation |
Get children and siblings of tree entries and chunks.
getChildrenOfEntry(treeEntry, treeEntryDF)
getChildrenOfChunk(chunkID, chunkDF, treeEntryDF)
getChildrenOfChunkIf(chunkID, chunkDF, treeEntryDF, cond = expr(TRUE))
getSiblingsOfEntry(treeEntry, treeEntryDF)
getSiblingsOfChunk(chunkID, chunkDF, treeEntryDF)
getSiblingOfChunkIf(chunkID, chunkDF, treeEntryDF, cond = expr(TRUE))
treeEntry |
A |
treeEntryDF |
A |
chunkID |
A chunk ID. |
chunkDF |
A |
cond |
A condition using columns from the |
A list of IDs of siblings or children
sbc007 = getAllTreeCorrespondences(sbc007, "chunk")
getSiblingsOfChunk("33EAD4C986974", sbc007$chunkDF$refexpr, sbc007$treeEntryDF$default)
getChildrenOfChunk("13AACBE0BB38A", combineTokenChunk(sbc007), sbc007$treeEntryDF$default)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.