getAllTreeCorrespondences: Relate table rows to tree entries covering the same tokens.

View source: R/tree.R

getAllTreeCorrespondencesR Documentation

Relate table rows to tree entries covering the same tokens.

Description

Relate table rows to tree entries covering the same tokens.

Usage

getAllTreeCorrespondences(rezrObj, entity = "chunk")

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")

johnwdubois/rezonateR documentation built on Nov. 19, 2024, 11:17 p.m.