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
2 matches
Mail list logo