[R] R function to delete a csv file from disk
Megh
megh700004 at yahoo.com
Sat Mar 20 20:36:11 CET 2010
Is there any R function to delete a CSV file saved in disk? For example here
I have created following R function :
asd <- function(a = 5) {
dat <- read.delim(file="F:/Test.csv", header=T, sep=",")
res <- dat[1,1]*a
# Here I want to delete "Test.csv"
return(res)
}
Here I am looking for a R function to delete "Test.csv" directly. Any
suggestion there?
Thanks
--
View this message in context: http://n4.nabble.com/R-function-to-delete-a-csv-file-from-disk-tp1676122p1676122.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list