subsample rows from a data.frame that are only from three randomly chosen working days, note it is the days (i.e. Mon to Sun) that are randomly chosen.
1 | subsamp.ndays(adf, ndays = 3)
|
adf |
the input data.frame |
ndays |
the number of days to subsample from 1<= ndays <= 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.