Position {campsismod} | R Documentation |
Element position in list.
Position(x, after = TRUE)
x |
either an integer position (useful to add an element in a code record at a specified position) or an model element (element can be a model statement or a code record) |
after |
element to be added will be added after x (if after is TRUE) or before x (if after is FALSE) |
a position object