Description Usage Details Value Author(s) See Also
Deletes a file or an empty directory on the file system. If a non-empty
directory is tried to be deleted, FALSE is returned.
1 2 |
Since both delete and remove are used as low level methods
in R.oo and base, respectively, this method was named
erase instead.
Returns TRUE if the file or the directory was succesfully deleted,
otherwise FALSE.
Henrik Bengtsson (http://www.braju.com/R/)
Internally file.remove() and unlink() is used.
For more information see File.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.