Skip to content
Prev 300689 / 398502 Next

why does this simple example NOT work?

Martin Ivanov wrote
You haven't given the error message R provides.
Carefully read the documentation of save.

save(list=paste("a", 1, sep=""), file=paste(paste("a", 1, sep=""), ".RData",
sep=""))

This "works" for for me.

Berend




--
View this message in context: http://r.789695.n4.nabble.com/why-does-this-simple-example-NOT-work-tp4637158p4637159.html
Sent from the R help mailing list archive at Nabble.com.