Re: [R] generate irregular series of dates

2010-07-01 Thread Simon Kiss
Dear Gabor, Yours worked really well. For what it's worth, here is the final product. I also added a line or two to reconvert the dates back to written form (October 15 2010). require(chron) dd <- seq(as.Date("INSERT FIRST DATE OF CLASSES IN TERM HERE"), as.Date("INSERT LAST DAY OF CLASSE

Re: [R] generate irregular series of dates

2010-06-29 Thread Gabor Grothendieck
On Tue, Jun 29, 2010 at 6:22 AM, Simon Kiss wrote: > Dear colleagues, particularly academic ones, > So I'm creating a Microsoft Word template for myself so that every time I > teach a new course, I don't have to enter in the dates manually for each > class session. > I'd like to use an R script th

Re: [R] generate irregular series of dates

2010-06-29 Thread Greg Snow
; "2010-08-10" "2010-08-12" "2010-08-17" [16] "2010-08-19" "2010-08-24" "2010-08-26" "2010-08-31" "2010-09-02" > -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org

[R] generate irregular series of dates

2010-06-29 Thread Simon Kiss
Dear colleagues, particularly academic ones, So I'm creating a Microsoft Word template for myself so that every time I teach a new course, I don't have to enter in the dates manually for each class session. I'd like to use an R script that can generate an irregular series of dates starting f