From: Jason Watts (jcwatts999@yahoo.com)
Date: Wed 05 May 2004 - 21:36:04 EST
Message-id: <20040505113604.91139.qmail@web50005.mail.yahoo.com>
Ok, I'd like the date an object was saved. Here's what I used to do in S-PLUS:
> dataset.date('my.dataframe')
[1] "Tue May 4 10:16:00 2004"
Prof Brian Ripley <ripley@stats.ox.ac.uk> wrote:
What do you mean by `a permanently stored version of a dataset'?
If you mean a save()d version, use file.info() on the saved file.
R does not store objects `permanently' as S-PLUS (sic) does, so your exact
phrasing is meaningless.
On Tue, 4 May 2004, Jason Watts wrote:
> I'm looking for a function that returns the time at which a permanently
> stored version of a dataset (object) was last modified, just like
> dataset.date in S-Plus. Any suggestions?
-- Brian D. Ripley, ripley@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 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595---------------------------------
[[alternative HTML version deleted]]
______________________________________________ R-help@stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
This archive was generated by hypermail 2.1.3 : Mon 31 May 2004 - 23:05:07 EST