| unlink(base) | R Documentation |
unlink deletes the files specified by x.
unlink(x)
x |
a character vector with the name of the files to be deleted. Shell wildcards are allowed. |
The return value of the corresponding system command.
tempfile for file creation.