Re: [R] Delete Dates from a vector.

2009-01-25 Thread Gabor Grothendieck
See: https://stat.ethz.ch/pipermail/r-help/2008-September/173522.html On Sat, Jan 24, 2009 at 11:01 PM, pluribus wrote: > I need to create a vector of dates, weekdays only for a function I am > working on. Thanks to the chron library, I have managed to accomplish > this, but is there is a better

[R] Delete Dates from a vector.

2009-01-25 Thread pluribus
I need to create a vector of dates, weekdays only for a function I am working on. Thanks to the chron library, I have managed to accomplish this, but is there is a better / easier way. This is what I have thus far. range.dates <- seq.dates('02/02/2009', '03/13/2009', by = 'days')