addUnitSeq | R Documentation |
Add unit sequence information to different levels of rezrObj.
addUnitSeq(rezrObj, entity, layers = "")
rezrObj |
The rezrObj object |
entity |
The name of the Rezonator entity that you will be changing - track, rez, chunk, token, unit, stack, etc. |
layers |
The layers to which unit sequence information is to be added. |
The rezrObj object with unit sequences in the entity desired, plus all levels below. For example, if your entity is 'track', you will see unitSeq information on token and chunk too, but not rez.
sbc007_withunits = addUnitSeq(sbc007, "track")
head(sbc007_withunits$trackDF$default %>% select(id, text, unitSeqFirst, unitSeqLast))
sbc007_withunits = addUnitSeq(sbc007, "stack")
head(sbc007_withunits$stackDF %>% select(id, unitSeqFirst, unitSeqLast))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.