Delete Files
Usage
unlink(x)
Arguments
x
a character vector with the name of the files to be deleted. Shell wildcards are allowed.
Description
unlink
deletes the files specified by
x
.
Value
The return value of the corresponding system command.
See Also
tempfile
for file creation.
[Package Contents]