CalendarTools           package:fCalendar           R Documentation

_f_C_a_l_e_n_d_a_r _T_o_o_l_s

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

     A collection and description of functions and tools  used in the
     'fCalendar' package. This includes the setting of the local
     environment and the management of examples. 

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

     myFinCenter
     currentYear
     myUnits

     xmpfCalendar()
     xmpCalendar(prompt = "")

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

currentYear: the current year, formatted as 'CCYY'. 

  prompt: the string printed when prompting the user for input.  

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

     xmpfCalendar 
      Popups the example menu. 

     xmpCalendar 
      Nothing, the default, or the the prompt if you have set
     'xmpCalendar = readline' on the command prompt.

_N_o_t_e:

     The example in the manual pages may be interactive and ask for
     input from the user. To achieve this you have to type on the
     command line: 'xmpCalendar = readline'

_A_u_t_h_o_r(_s):

     Diethelm Wuertz for the Rmetrics R-port.

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

     ## SOURCE("fCalendar.xmpTools")

     ## myFinCenter -
        myFinCenter
        
     ## currentYear -
        currentYear
        
     ## date -
        date()

