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

Description

unlink deletes the files specified by x.

Usage

unlink(x)

Arguments

x

a character vector with the name of the files to be deleted. Shell wildcards are allowed.

Value

The return value of the corresponding system command.


[Package base version 0.60 ]