[R] Cleaning things up?
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Oct 17 18:30:54 CEST 2000
On Tue, 17 Oct 2000, Roger Koenker wrote:
> In Splus, I've found the following function useful for this purpose:
>
> > os <- function(mode = "function", where = 1, long = F)
> {
> z <- objects.summary(where = where, mode = "function")
> if(long)
> return(z)
> else return(row.names(z))
> }
>
> but it appears that there is no equivalent of objects.summary for R...or
> am I wrong about this?
Not yet, and some crucial bits are missing (like object sizes) and
others are not recorded nor relevant (like object creation dates).
I think we intend to put something into 1.2.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list