getAllTreeCorrespondences | R Documentation |
Relate table rows to tree entries covering the same tokens.
getAllTreeCorrespondences(rezrObj, entity = "chunk")
rezrObj |
The rezrObj object |
entity |
The name of the Rezonator entity that you will be changing - track, rez, chunk, token, unit, stack, etc. |
The rezrObj with a new column called 'treeEntry' added to rows that correspond to tree entries. If called on 'track', treeEntry is added to token and chunk as well. Not available for units.
sbc007 = getAllTreeCorrespondences(sbc007, entity = "track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.