[R] Convert ordinary dates into POSIX

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Nov 8 12:56:03 CET 2006


?strptime in R.

However, if you want to convert dates (and not date-times), see ?as.Date, 
using the 'format' argument.

On Wed, 8 Nov 2006, Ivan Kalafatic wrote:

> Does anyone know where I can find any tool for Windows that converts
> dates from ordinary formats into POSIX?
> I need it to import sime time series from Excel into R and use them
> with its package.

RODBC is able to do so automagically in most cases (at least in English 
locales).

> Thanks!
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list