week.of.month: subsample once from a particular day on the fourth week of...

Description Usage Arguments

Description

subsample rows from a data.frame that are on a particular day (Monday by default) on the fourth week of the month and they could be at anytime, working hours by default,

Usage

1
2
week.of.month(adf, which.day = "Mon", which.week = 4,
  only.workinghours = TRUE)

Arguments

adf

the input data.frame

which.day

- 'Mon' by default, three letter day in locale (I presume)

which.week

- 4 (th) week of the month by default - an integer

only.workinghours

- default TRUE


seanpor/phoslam documentation built on May 16, 2019, 9:11 p.m.