capitalize               package:Hmisc               R Documentation

_c_a_p_i_t_a_l_i_z_e _t_h_e _f_i_r_s_t _l_e_t_t_e_r _o_f _a _s_t_r_i_n_g

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

     Capitalizes the first letter of each element of the string vector.

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

     capitalize(string)

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

  string: String to be capitalized 

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

     Returns a vector of charaters with the first letter capitalized

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

     Charles Dupont

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

     capitalize(c("Hello", "bob", "daN"))

