Message-ID: <4E9DAA89.7050601@gmail.com>
Date: 2011-10-18T16:34:17Z
From: Duncan Murdoch
Subject: readRDS and saveRDS
In-Reply-To: <CABdHhvFEpU2zjcV+_Xd_vzrcM__VZ2PMSUgjKCHGYm38Xh+W2w@mail.gmail.com>
On 18/10/2011 9:37 AM, Hadley Wickham wrote:
> Hi all,
>
> Is there any chance that readRDS and saveRDS might one day become
> read.rds and write.rds? That would make them more consistent with the
> other reading and writing functions.
Ending names in .foo is a bad idea because of the S3 naming conventions,
so I think this is unlikely. But you can always create an alias yourself...
Duncan Murdoch