

_D_e_l_e_t_e _F_i_l_e_s

     unlink(x)

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

       x: a character vector with the name of the files to
          be deleted.  Shell wildcards are allowed.

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

     `unlink' deletes the files specified by `x'.

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

     The return value of the corresponding system command.

_S_e_e _A_l_s_o:

     `tempfile' for file creation.

