Splits the input to a list according to the tiling window size.
tiler(.x, .size = 1, .bind = FALSE)ptiler(..., .size = 1, .bind = FALSE)
An objects to be split.
An integer for window size. If positive, moving forward from left to right; if negative, moving backward (from right to left).
If .x
is a list or data frame, the input will be flattened
to a list of data frames.
Multiple objects to be split in parallel.