Re: [R] ISO8601 week-of-year to date

2006-09-29 Thread Spencer Graves
  What have you tried?  Are you familiar with the 'zoo' vignette and 
the time-date articles in R News?  Have you tried 'RSiteSearch'? 

  If you'd like more help from this listserve, please submit another 
post that includes commented, minimal, self-contained, reproducible code 
describing something you've tried and did not find adequate (as 
suggested in the posting guide 'www.R-project.org/posting-guide.html'). 

  Hope this helps. 
  Spencer Graves

Ott-Siim Toomet wrote:
 Hi,

 are there any way to convert ISO8601 weeks to gregorian dates?  Something
 like

 coverttodate(year=2006, week=38, day=1)
 # Sept 18, 2006

 Thanks in advance,
 Ott

 __
 R-help@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.


__
R-help@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.


[R] ISO8601 week-of-year to date

2006-09-18 Thread Ott-Siim Toomet
Hi,

are there any way to convert ISO8601 weeks to gregorian dates?  Something
like

coverttodate(year=2006, week=38, day=1)
# Sept 18, 2006

Thanks in advance,
Ott

__
R-help@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.