mergeChunksWithTree | R Documentation |
Relate table rows to tree entries covering the same tokens.
mergeChunksWithTree(
rezrObj,
treeEntryDF = NULL,
addToTrack = F,
selectCond = NULL
)
rezrObj |
The rezrObj object |
treeEntryDF |
A |
addToTrack |
Do you want to add the chunks to the trackDF as well? |
selectCond |
The condition for selecting which chunk provides the field values. |
The rezrObj with additional rows for merged chunks. Original chunks stay behind. There will be a new column called combinedChunk. Combined chunks will get the value combined
. Members of those chunks will get the value |infomember=COMBINEDCHUNKID
(if they are providing the data for the combined chunk) or |member=COMBINEDCHUNKID
(if they are not the data-providing chunk). treeEntry
(through getAllTreeCorrespondences()
) is required to be present in the chunkDF
.
sbc007 = sbc007 %>% getAllTreeCorrespondences %>% mergeChunksWithTree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.