bringItemsForward {splatter} | R Documentation |
Move selected items to the start of a list.
bringItemsForward(ll, items)
ll |
list to adjust item order. |
items |
vector of items to bring to the front. Any not in the list will be ignored. |
list with selected items first