home *** CD-ROM | disk | FTP | other *** search
-
- _V_a_r_i_a_b_l_e _N_a_m_e_s
-
- name(string)
- as.name(x)
- is.name(x)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- name takes the given character string and returns a
- name (or symbol) which has that string as a print-name.
-
- as.name coerces its argument to be a name. The argument
- must be of mode "character".
-
- is.name returns TRUE or FALSE depending on whether its
- arument is a name or not.
-
-