combineLayers | R Documentation |
Combine different layers of an entity, and similar entities
combineLayers(rezrObj, entity, type = "intersect")
combineChunks(rezrObj, ...)
combineTokenChunk(rezrObj, type = "intersect")
rezrObj |
A |
entity |
The Rezonator entity with multiple layers (e.g. track, rez, chunk) that you want to combine |
type |
The type of combination. If 'intersect', I will take the intersection of the columns in the |
... |
The |
A rezrDF
containing the required material.
This is mainly used when you need to draw information from more than one rezrDF
for the purpose of functions like addFieldForeign or rez_left_join.
combineLayers(sbc007, "chunk", type = "intersect")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.