erase {cursr} | R Documentation |
Clear text from the cursor's row . Passing values "start"
and "end"
allow the user to erase specific portions of the row relative to the cursor.
erase(x = c("row", "start", "end"), ...)
x |
character describing location to clear. The default, |
... |
objects passed to/from methods |
NULL
cat('hello world!')
erase('row')