This help topic is for R version 0.64.2. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/fixed/html/unlink.html
unlink {fixed}R Documentation

Delete Files

Description

unlink deletes the file(s) specified by x.

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.