Skip to content
Prev 300742 / 398502 Next

why does this simple example NOT work?

Duncan Murdoch-2 wrote
I tried that in R2.15.1 and got the error message:

Error in save(get(name), file = paste0(name, ".RData")) : 
  object ?get(name)? not found

Using the list argument "worked":

save(list=name, file=paste0(name, ".RData"))

Berend




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