Description Usage Arguments Details Value See Also Examples
Move cursor relative to its current position on the screen. Screen coordinates are given by (row, column)
with the position of the screen being (1, 1)
.
1 |
row |
number of rows in which to move the cursor. Positive values move the cursor down; negative values move the cursor up. If |
col |
number of columns in which to move the cursor. Positive values move the cursor forward; negative values move the cursor backwards. |
The user must be in a terminal to use the functionality; it will not work in RStudio or the R GUI.
NULL
mv_to
to move to a specific location on the screen.
Other moving functions:
mv_col()
,
mv_row()
,
mv_to()
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.