exp_addEntityType         package:explorase         R Documentation

_A_d_d _a_n _e_n_t_i_t_y _t_y_p_e

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

     Adds an entity type of the given name with a plural human-readable
     label.

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

     exp_addEntityType(ent_type, label = paste(ent_type, "s", sep=""))

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

ent_type: The unique identifier of the entity type

   label: The plural label used for the tab in the metadata notebook.

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

     When an entity type is added to exploRase, a new tab is added to
     the metadata notebook with the provided plural label. Data and
     metadata corresponding to the type may then be loaded into
     exploRase.

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

     Michael Lawrence <mflawren@fhcrc.org>

