[ top | up ]

Delete Files

Syntax

unlink(x)

Arguments

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

Description

unlink deletes the files specified by x.

Value

The return value of the corresponding system command.