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 / name < prev    next >
Encoding:
Text File  |  1997-04-23  |  455 b   |  19 lines

  1.     
  2.     _V_a_r_i_a_b_l_e _N_a_m_e_s
  3.     
  4.          name(string)
  5.          as.name(x)
  6.          is.name(x)
  7.     
  8.     _D_e_s_c_r_i_p_t_i_o_n:
  9.     
  10.          name takes the given character string and returns a
  11.          name (or symbol) which has that string as a print-name.
  12.     
  13.          as.name coerces its argument to be a name. The argument
  14.          must be of mode "character".
  15.     
  16.          is.name returns TRUE or FALSE depending on whether its
  17.          arument is a name or not.
  18.     
  19.