swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using HDF5 to create an R data frame


From: Marcus G. Daniels
Subject: Re: Using HDF5 to create an R data frame
Date: 30 Mar 2000 10:29:33 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "LRA" == M Lang & S Railsback <address@hidden> writes:

LRA> OK, on to the next hurdle: I'm not finding any reference to a
LRA> built-in date format in S-Plus or R. Surely there must be
LRA> one...anybody use it?

The `chron' or `date' packages should do what you want:

   http://www.r-project.org/src/contrib/PACKAGES.html
   http://www.r-project.org/bin/windows/windows-NT/contrib

The packaging for windows (packages listed under the latter URL), can
be installed like the HDF5 module.

Here's an example using the `date' package:

   > library(date)
   > date.mmddyy(mdy.date(2,10,2000))
   [1] "2/10/2000"

And be aware there are excellent r-help mailing lists and archives:

  http://www.r-project.org/doc/html/mail.html

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]