Skip to contents

Add stack sequence information to tokens and units

Usage

stackToUnit(rezrObj, layers = character(0))

stackToToken(rezrObj, layers = character(0))

Arguments

rezrObj

The rezrObj to modify.

layers

Stack layers to be added to tokens and units.

Value

A rezrObj with stack sequence information added. The name of the column will be the column name followed by "Seq". If stackToToken() is called, the information will be added to unitDF as well (if the information is not already there). Both methods will add the information to cardDF (again, if the information is not already there.