eplusr: A Toolkit for Using EnergyPlus in R
eplusr provides a rich toolkit of using EnergyPlus directly in R, which enables programmatic navigation, modification of EnergyPlus models and makes it less painful to do parametric simulations and analysis.
With eplusr, you can do:
Read, parse and modify EnergyPlus Weather File (EPW).
Read and parse EnergyPlus IDF files.
Query on models, including classes, objects and fields
Directly add, modify, duplicate, and delete objects of IDF in R.
Automatically change referred fields when modifying objects.
Save the changed models into standard formats in the same way as IDFEditor distributed along with EnergyPlus.
Run your models directly and collect the simulation output of EnergyPlus in R.
Run parametric analysis in parallel and collect results in one go.
To learn more about eplusr, start with the vignettes:
browseVignettes(package = "eplusr")
Useful links: