stackToUnit | R Documentation |
Add stack sequence information to tokens and units
stackToUnit(rezrObj, layers = character(0))
stackToToken(rezrObj, layers = character(0))
rezrObj |
The |
layers |
Stack layers to be added to tokens and units. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.