Skip to content
Prev 1870 / 15274 Next

nonstandard date time format?

The first will require at least a minimum of processing but
the others can be done directly to create variables of chron class
c("dates", "times"), zoo class "yearmon" and class "Date"
respectively.  From those its easy to convert to other
classes:
[1] 040100
[1] "Oct 1947"
[1] "1948-01-01"

There is an article on dates in R News 4/1 with a helpful
table at the end.  zoo comes with two vignettes.
On Nov 10, 2007 1:23 PM, Spencer Graves <spencer.graves at pdf.com> wrote: