holidayNYSE            package:fCalendar            R Documentation

_N_Y_S_E _H_o_l_i_d_a_y _C_a_l_e_n_d_a_r

_D_e_s_c_r_i_p_t_i_o_n:

     Returns a holiday calendar for the New York Stock Exchange.

_U_s_a_g_e:

     holidayNYSE(year = currentYear)

_A_r_g_u_m_e_n_t_s:

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

_V_a_l_u_e:

     returns an object of class 'timeDate'.

_E_x_a_m_p_l_e_s:

     ## holidayNYSE -
        holidayNYSE()
        holidayNYSE(2008:2010)

