Learn R Programming

DeLorean (version 1.2.2)

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

ordering
The ordering.
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.
reverse
Reverse the block?