read_idfeditor_copy: Parse objects from IDF Editor

View source: R/impl-idf.R

read_idfeditor_copyR Documentation

Parse objects from IDF Editor

Description

Parse objects from IDF Editor

Usage

read_idfeditor_copy(idd_env, idf_env, version = NULL, in_ip = FALSE)

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.

version

The version of IDF file open by IDF Editor, e.g. "8.6", "8.8.0". If NULL, assume that the file has the same version as current Idf object. Default: NULL.

in_ip

Set to TRUE if the IDF file is open with Inch-Pound view option toggled. Numeric values will automatically converted to SI units if necessary. Default: FALSE.

Value

The copyied object data from IDF Editor in a named list of 3 data.table::data.table()s, i.e. object, value and reference.

Note

References in the input is not parsed and reference in the returned list is always a zero-row table.


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