duplicated_idf_object: Determine duplicate objects

View source: R/impl-idf.R

duplicated_idf_objectR Documentation

Determine duplicate objects

Description

Determine duplicate objects

Usage

duplicated_idf_object(idd_env, idf_env, dt_object)

Arguments

idd_env

An environment or list contains IDD tables including class, field, and reference.

idf_env

An environment or list contains IDF tables including object, value, and reference.

dt_object

A data.table::data.table() that contains object data.

Value

A same data.table::data.table() as input dt_object (updated by reference) with appended integer column unique_object_id indicating the object is a duplicated one of that object.


eplusr documentation built on Aug. 25, 2023, 5:18 p.m.