Shifts vector values to right or left
Arguments
- x
Vector for which to shift values
- n
Number of places to be shifted. Positive numbers will shift to the right by default. Negative numbers will shift to the left by default. The direction can be inverted by the invert parameter.
- invert
Whether or not the default shift directions should be inverted.
- default
The value that should be inserted by default.