end days and drop the "!", but I am
lazy).
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of Ro
On Oct 4, 2010, at 2:07 PM, Ron Michael wrote:
Dear all, can anyone please tell me how to generate a sequence of
days continuously, however without considering weekends i.e.
Saturday and Sunday? I am aware of following code:
seq(as.Date("2010-01-01"), as.Date("2010-02-01"), by="1 day")
[
Dear all, can anyone please tell me how to generate a sequence of days
continuously, however without considering weekends i.e. Saturday and Sunday? I
am aware of following code:
> seq(as.Date("2010-01-01"), as.Date("2010-02-01"), by="1 day")
[1] "2010-01-01" "2010-01-02" "2010-01-03" "2010-01-0
3 matches
Mail list logo