as_EpwDate {eplusr} | R Documentation |
Convert to EnergyPlus Weather File date
Description
as_EpwDate()
converts inputs to EnergyPlus Weather File (EPW) dates.
Usage
as_EpwDate(x, leapyear = TRUE)
Arguments
x |
An integer vector or a character vector. |
leapyear |
Whether support leap year. Default: |
Details
EnergyPlus supports multiple formats of date specification Reference: Table 2.14, Chap 2 Weather Converter Program, Auxiliary Program
Those formats include:
Julian day of year
num_Month/num_Day
num_Month/num_Day/num_Year (only for DataPeriod)
num_Day alpha_Month
alpha_Month num_Day
num Weekday In Month (only for Holiday/DaylightSavingPeriod)
last Weekday In Month (only for Holiday/DaylightSavingPeriod)
[Package eplusr version 0.16.3 Index]