Split the input to a list according to the stretching window size.
stretcher(.x, .step = 1, .init = 1, .bind = FALSE)pstretcher(..., .step = 1, .init = 1, .bind = FALSE)
An objects to be split.
A positive integer for incremental step.
A positive integer for an initial window size.
If .x
is a list, should .x
be combined before applying .f
?
If .x
is a list of data frames, row binding is carried out.
Multiple objects to be split in parallel.