truncName              package:PCpheno              R Documentation

_T_r_u_n_c_a_t_e _c_h_a_r_a_c_t_e_r _s_t_r_i_n_g_s

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

     Truncate character strings

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

     truncName(x,n)

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

       x: Character string

       n: Maximum length (in characters)

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

     Character string

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

     N. LeMeur

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

     xx <- "Anticonstitutionnelement is a family name"
     truncName(xx,5)

