unique_idf_object: Remove duplicate objects

View source: R/impl-idf.R

unique_idf_objectR Documentation

Remove duplicate objects

Description

Remove duplicate objects

Usage

unique_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

The modified Idf data in a named list of 5 elements, i.e. object, value, reference, changed and updated. First 3 elements are data.table::data.table()s containing the actual updated Idf data while changed and updated are integer vectors containing IDs of objects that have been directly changed and indirectly updated due to references, respectively.


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