

character {base}                             R Documentation

_C_h_a_r_a_c_t_e_r _V_e_c_t_o_r_s

_U_s_a_g_e_:

     character(length = 0)
     as.character(x)
     is.character(x)

_V_a_l_u_e_:

     This function creates a character vector of the speci-
     fied length.  The elements of the vector are all equal
     to `""'.

     `as.character' attempts to coerce its argument to be of
     character type.

     `is.character' returns `TRUE' or `FALSE' depending on
     whether its argument is of character type or not.

