ordering.block.move: Move a block in an ordering and shift the other items.
Description
Move a block in an ordering and shift the other items.
Usage
ordering.block.move(ordering, from, width, to, reverse = FALSE)
Arguments
from
The start index of the block to move.
width
The width of the block to move.
to
The index it should be moved to.