Learn R Programming

timeDate (version 3042.101)

holidayLONDON: London Bank Holidays

Description

Returns bank holidays in London.

Usage

holidayLONDON(year = getRmetricsOptions("currentYear"))

Arguments

year

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

Value

returns an object of class timeDate.

Details

There are 8 bank holidays in Britain every year: New Year's Day, Good Friday, Easter Monday, Spring (May), Last Monday of May, End of Summer (Last Monday) August, Christmas Eve, Christmas Day.

Examples

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

Run the code above in your browser using DataLab