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 |
positive integer specifying the console row. If |
col |
positive integer specifying the console column. |
The user must be in a terminal to use the functionality; it will not work in RStudio or the R GUI.
NULL
mv
to move relative to the current location on the screen.
Other moving functions:
mv_col()
,
mv_row()
,
mv()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.