Learn R Programming

eplusr (version 0.8.2)

read_epw: Read and Parse EnergyPlus Weather File (EPW)

Description

read_epw parses an EPW file and returns an Epw object. The parsing process is extreme inspired by OpenStudio utilities library with some simplifications. For more details on Epw, please see Epw Class.

Usage

read_epw(path)

Arguments

path

A path of an EnergyPlus EPW file.

Value

An Epw object.

See Also

Epw class