This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/unlink.html
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.


[Package base version 0.90 ]