Relate table rows to tree entries covering the same tokens.
getAllTreeCorrespondences.Rd
Relate table rows to tree entries covering the same tokens.
Arguments
- rezrObj
The rezrObj object
- entity
The name of the Rezonator entity that you will be changing - track, rez, chunk, token, unit, stack, etc.
Value
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.
Examples
sbc007 = getAllTreeCorrespondences(sbc007, entity = "track")
#> There is more than one tree entry match for the token 37EFCBECFD691. I will take the first match.
#> There is more than one tree entry match for the token 12D67756890C1. I will take the first match.
#> There is more than one tree entry match for the token 152560A5DE6AC. I will take the first match.
#> There is more than one tree entry match for the chunk 210FB26A315A. I will take the first match.
#> There is more than one tree entry match for the chunk 22273255D825D. I will take the first match.