file.remove {file} | R Documentation |
file.remove
attempts to remove the files named
in its argument. On most Unix platforms ‘file’
includes empty directories, symbolic links, fifos
and sockets. On Windows, ‘file’ means a regular file
and not, say, an empty directory.
file.remove(x,
verbose = NULL);