Learn R Programming

timeDate (version 3042.101)

holidayNERC: NERC Holiday Calendar

Description

Returns a holiday calendar for NERC, the North American Reliability Council.

Usage

holidayNERC(year = getRmetricsOptions("currentYear"), FinCenter = "Eastern")

Arguments

year

an integer value or vector of years, formatted as YYYY.

FinCenter

a character value, the name of the financial center to use.

Value

returns an object of class timeDate.

References

http://www.nerc.com/~oc/offpeaks.html

Examples

Run this code
# NOT RUN {
## holidayNERC -
   holidayNERC()
   holidayNERC(2008:2010)
# }

Run the code above in your browser using DataLab