home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / character < prev    next >
Encoding:
Text File  |  1997-04-23  |  496 b   |  21 lines

  1.     
  2.     _C_h_a_r_a_c_t_e_r _S_t_r_i_n_g _V_e_c_t_o_r_s
  3.     
  4.          character(n=0)
  5.     
  6.          as.character(x)
  7.          is.character(x)
  8.     
  9.     _V_a_l_u_e:
  10.     
  11.          This function creates a character vector of the speci-
  12.          fied length.  The elements of the vector are all equal
  13.          to "".
  14.     
  15.          as.character attempts to coerce its argument to be of
  16.          character type.
  17.     
  18.          is.character returns TRUE or FALSE depending on whether
  19.          its argument is of character type or not.
  20.     
  21.