trackinfo                package:emu                R Documentation

_T_r_a_c_k_s _n_a_m_e_s _a_n_d _t_r_a_c_k _f_i_l_e _e_x_t_e_n_s_i_o_n_s

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

     Gets tracks names and track file extensions that are defined for
     an EMU data base.

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

        trackinfo(template)

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

template: The name of an EMU data base (name of the template file).

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

     Data base must exist for the EMU system.

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

     2-columned matrix 

first column: name of track

second column: file extension of the track files

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

     Jonathan Harrington

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

        #tracks that are defined for data base kielread06
        ## Not run: trackinfo("kielread06")   

