undupeSingle | R Documentation |
De-duplicate a rezrObj entity.
undupeSingle(rezrObj, entity, colname)
undupeLayers(rezrObj, entity, colname)
rezrObj |
The rezrObj you would like to de-duplicate. |
entity |
The entity you would like to de-duplicate. |
colname |
The name of a (character) column. |
The rezrObj, with the modified column de-duplicated so that entries with the same name will come with numbers starting from the second appearance.
sbc007 = undupeLayers(sbc007, "trail", "name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.