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,
1 2 | week.of.month(adf, which.day = "Mon", which.week = 4,
only.workinghours = TRUE)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.