getDataSetsInPack           package:iSPlot           R Documentation

_R_e_t_u_r_n_s _t_h_e _d_a_t_a _s_e_t_s _f_r_o_m _a _P_a_c_k_a_g_e

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

     getDataSetsInPack returns the data sets from a package along with 
     the descriptions of the data sets.

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

     getDataSetsInPack(pack = "all")

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

    pack: a character string of a package name 

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

dataSets: the data set names

dataDesc: the descriptions of the data sets

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

     Elizabeth Whalen

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

     'packagesWithData'

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

       x<-getDataSetsInPack()

