powered by
getobj(Rdata)
Rdata
saveas
x <- 1:10 file <- tempfile() save(x, file=file) y <- getobj(file) unlink(file)
Run the code above in your browser using DataLab