read_idfeditor_copy | R Documentation |
Parse objects from IDF Editor
read_idfeditor_copy(idd_env, idf_env, version = NULL, in_ip = FALSE)
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. |
in_ip |
Set to |
The copied object data from IDF Editor in a named list of 3
data.table::data.table()
s, i.e. object
, value
and reference
.
References in the input is not parsed and reference
in the returned list is
always a zero-row table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.