FLlst                 package:FLCore                 R Documentation

_M_e_t_h_o_d _F_L_l_s_t

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

     Basic creator method for objects of class 'FLlst-class'. This is
     not  intended to be called directly bu the user, as this class is
     extended by the other plural classes (e.g. 'FLQuants-class',
     'FLStocks-class', ...) and this method is for internal use of the
     various constructors.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     FLlst(object)

_M_e_t_h_o_d_s:


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_A_N_Y) : Returns an 'FLlst' object with the
          provided elements if they are all o the same class.

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_m_i_s_s_i_n_g) : Returns an empty 'FLlst' object

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_l_i_s_t) : Returns and 'FLlst' object with the
          input list at its core

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

     The FLR Team

_S_e_e _A_l_s_o:

     FLComp

