Just one thing to add to Jason's very helpful posting and
explanations:

>>>>> "Jason" == Jason Turner <[EMAIL PROTECTED]>
>>>>>     on Sat, 04 Oct 2003 07:30:03 +1200 writes:

          .....
          .....

    Jason> Short answer: anything that's R code *should* be
    Jason> named with .R at the end.  Anthing R created after
    Jason> you told it save() or save.image() or answered "y" to
    Jason> the "Save workspace image" question *should* have a
    Jason> name ending with .RData .  None of this is strictly
    Jason> necessary, but there are a bunch of nice things that
    Jason> happen if you do.

.rda  has been considered as okay as
.RData  by many (incl R core developers);  look e.g. at "2." in
the `Details' section of  help(data).

Martin Maechler <[EMAIL PROTECTED]>     http://stat.ethz.ch/~maechler/
Seminar fuer Statistik, ETH-Zentrum  LEO C16    Leonhardstr. 27
ETH (Federal Inst. Technology)  8092 Zurich     SWITZERLAND
phone: x-41-1-632-3408          fax: ...-1228                   <><

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to