unlink(base)R Documentation

Delete Files

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.

See Also

tempfile for file creation.


[Package Contents]