mv_row {cursr} | R Documentation |
Moves cursor to the beginning of the row relative to its current location.
mv_row(n = 1L)
n |
number of rows to move. Positive values indicate the next rows; negative values indicate the previous rows |
The user must be in a terminal to use the functionality; it will not work in RStudio or the R GUI.
NULL
Other moving functions:
mv_col()
,
mv_to()
,
mv()
# move the cursor to the beginning of the previous line
mv_row(-1)