

   unlink {base}                                R Documentation

   DDeelleettee FFiilleess aanndd DDiirreeccttoorriieess

   DDeessccrriippttiioonn::

        `unlink' deletes the file(s) or directories specified
        by `x'.

   UUssaaggee::

        unlink(x)

   AArrgguummeennttss::

          x: a character vector with the names of the file(s)
             or directories to be deleted.  Wildcards (normally
             `*' and `?') are allowed.

   VVaalluuee::

        The return value of the corresponding system command,
        `rm -f', normally `0' for success, `1' for failure.
        Not deleting a non-existent file is not a failure.

   SSeeee AAllssoo::

        `tempfile' for file creation.

