[R] Delete files from R

Jeff Gentry jgentry at jimmy.harvard.edu
Tue May 13 15:29:39 CEST 2003



On Tue, 13 May 2003, [iso-8859-1] "Unternährer Thomas, uth" wrote:
> I have a file: d:\foo.txt and want to delete this.
> I tried: 
> system("del d:/foo.txt") works not
> system("notepad d:/foo.txt") works
> Is it possible that I can't delete files or do I have misunderstood something?

unlink()




More information about the R-help mailing list