Skip to content
Prev 174045 / 398503 Next

sorting by creation time in ls()

R doesn't keep track of when objects were created, so that's not possible.

If this is important to you, you could look at the 'trackObjs' package, which does this and also stores individual objects in individual files (and writes them to the file when they are changed in R).

-- Tony Plate
Alexy Khrabrov wrote: