packAssoc2viewlist         package:biocViews         R Documentation

_p_e_r_m_u_t_e _a _p_a_c_k_a_g_e:_v_i_e_w _l_i_s_t _s_t_r_u_c_t_u_r_e _t_o _a _l_i_s_t
_o_f _v_i_e_w_s _c_o_m_p_o_s_e_d _o_f _p_a_c_k_a_g_e _n_a_m_e_s

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

     permute a package:view list structure to a list of views composed
     of package names

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

     packAssoc2viewlist(pael)

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

    pael: pael is a  list that is produced by 'packAssoc'.

_D_e_t_a_i_l_s:

     simple list manipulation

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

     a list whose elements are named views, consisting of string
     vectors of package names comprising the views

_N_o_t_e:

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

     Vince Carey <stvjc@channing.harvard.edu>

_R_e_f_e_r_e_n_c_e_s:

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

     data(pal)
     packAssoc2viewlist( pal )

