powered by
.Rdata
This function opens an .Rdata file, lists the contents, and cleans up after itself.
lsdata(fnam = ".Rdata")
the name of the datafile to be examined.
The output of ls applied to the objects loaded from the specified data file.
ls
Various people have published similar code on Stack Overflow.
load, resave
load
resave
# NOT RUN { ##not run because of complaints about detritus # xblue<-1 # yblue<-2 # save(xblue,yblue,file='blue.Rdata') # lsdata('blue.Rdata') # }
Run the code above in your browser using DataLab