Hello, Is there any way of listing the contents of an R binary file created with save() ? i.e.: assuming a,b,c,d are large objects, I save them to "x": save(a,b,c,d,file="x") rm(a,b,c,d) Is there any way of listing the objects within x (without actually attach("x") or load("x")) ? Also, assuming we can either list x or remember its contents, can we load or attach selected objects, like autoload() can do with packages? i.e.: in the example above, load or attach only object b. Thanks Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410 fax 34 93411 0012 alobo at ija.csic.es -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._