Learn R Programming

timeDate (version 4022.108)

holidayLONDON: London Bank Holidays

Description

Returns bank holidays in London.

Usage

holidayLONDON(year = getRmetricsOptions("currentYear"))

Value

an object of class "timeDate".

Arguments

year

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

Author

Function contributed by Menon Murali, amended by Georgi N. Boshnakov

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
## holidayLONDON -
   holidayLONDON()
   holidayLONDON(2008:2010)

Run the code above in your browser using DataLab