wr {cursr} | R Documentation |
Writes a string of characters to the terminal at the current cursor position. wr
accepts text colors and attributes, but these are reset to default afterwards if used.
wr(text, fg = NA, bg = NA, attr = NA)
text |
string to be printed to the Console |
fg |
foreground color. See |
bg |
background color. See |
attr |
character attribute. See |
NULL
Other writing functions:
wrat()
,
wrch()
,
wrkpl()
,
wrkp()
mv_to(5,4)
wrch("h")
wrch("e", fg="red")
wr("llo World")