Move cursor to specified location in the terminal screen, then print the supplied text. This function will only work in terminal, not the RStudio Console or R GUI.
Usage
wrat(yx, text, ...)
Arguments
yx
numeric vector specifying the (row, col) coordinates to print at
text
text to be written at yx
...
colors and attributes added to text. See wr, fg_on, bg_on, and attr_on for more details.
Value
NULL
Details
The coordinates are given in matrix notation: (row, column), with the top-left corner of the screen being (1,1).