ansi {checked} | R Documentation |
Various utilities for formatting ANSI output
Description
Various utilities for formatting ANSI output
Usage
ansi_line_erase(n = "")
ansi_move_line_rel(n)
Arguments
n |
The number of lines to move. Positive is up, negative is down. |
Functions
-
ansi_line_erase()
: Erase the current line -
ansi_move_line_rel()
: Offset the cursor by a relative number of lines
[Package checked version 0.2.0 Index]