xx<- file.info(dir()); xx
xx[order(xx$mtime),] ?
--- Alberto Monteiro <[EMAIL PROTECTED]> wrote:
> Is there any (list.files)-like function that sorts
> the files by
> (modification) date?
>
> Alberto Monteiro
>
> __
> R-help@r-project.org mailing lis
Perhaps:
lsfiles <- file.info(dir())
lsfiles[order(lsfiles$mtime),]
On 21/01/2008, Alberto Monteiro <[EMAIL PROTECTED]> wrote:
> Is there any (list.files)-like function that sorts the files by
> (modification) date?
>
> Alberto Monteiro
>
> __
> R-help
Is there any (list.files)-like function that sorts the files by
(modification) date?
Alberto Monteiro
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-gui
3 matches
Mail list logo