Skip to contents

De-duplicate a rezrObj entity.

Usage

undupeSingle(rezrObj, entity, colname)

undupeLayers(rezrObj, entity, colname)

Arguments

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.

Value

The rezrObj, with the modified column de-duplicated so that entries with the same name will come with numbers starting from the second appearance.

Examples

sbc007 = undupeLayers(sbc007, "trail", "name")