Skip to content
Prev 131588 / 398502 Next

How to prevent fix() from converting Dates into numeric

fix on a data frame calls edit: see ?edit.data.frame.  The help for 
fix does say

   Editing an \R object may change it in ways other than are obvious: see
   the comment under \code{\link{edit}}.

The simple answer is not to use fix() or edit() on other than the data 
frames they are documented to work on.
On Fri, 7 Dec 2007, Christian Gold wrote: