Convert a DeST model to EnergyPlus model
to_eplus.Rd
Convert a DeST model to EnergyPlus model
Arguments
- dest
A [string or DBIConnection] path to a DeST model file or a DBIConnection object.
- ver
[string] A character string specifying the EnergyPlus version. It can be
"latest"
, which is the default, to indicate using the latest EnergyPlus version supported by the {eplusr} package.- copy
[logical] Whether to copy the input DeST database to a temporary SQLite database. Note that if
FALSE
, the input database will be modified during the conversion. Default isTRUE
.