standardize_idf_value {eplusr} | R Documentation |
Standardize Value Data
Description
Standardize Value Data
Usage
standardize_idf_value(
idd_env,
idf_env,
dt_value,
type = c("choice", "reference"),
keep = TRUE
)
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_value |
An data.table of object field values. |
type |
A character vector to specify what type of values to be
standardized. Should be a subset of |
keep |
If |
Value
A data.table
[Package eplusr version 0.16.3 Index]