bringItemsForward {SCRIP} | R Documentation |
Bring items forward
Description
Move selected items to the start of a list.
Usage
bringItemsForward(ll, items)
Arguments
ll |
list to adjust item order. |
items |
vector of items to bring to the front. Any not in the list will be ignored. |
Value
list with selected items first
[Package SCRIP version 1.0.0 Index]