Write Character to Terminal at Specified Location
Move cursor to specified location in the terminal screen, then print the supplied character. This function will only work in terminal, not the RStudio Console or R GUI.
wrchat(row, col, chr, ...)
row |
row in which character is printed. If length of |
col |
column in which character is printed |
chr |
character to be printed to the Console |
... |
parameters that are passed to |
The coordinates are given in matrix notation: (row, column)
, with the top-left corner of the screen being (1,1)
.
NULL
wrchat(5, 4, "h")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.