| unlink {base} | R Documentation |
Delete Files and Directories
Description
unlink deletes the file(s) specified by x. Empty
directories (not specified by wildcards) are allowed.
Usage
unlink(x)
Arguments
x |
a character vector with the name of the files to be deleted. Wildcards (‘*’ and ‘?’) are allowed. |
Value
"0" for success, "1" for failure.
See Also
tempfile for file creation.