terminalBuffer {rstudioapi} | R Documentation |
Get Terminal Buffer
Description
Returns contents of a terminal buffer.
Usage
terminalBuffer(id, stripAnsi = TRUE)
Arguments
id |
The terminal id. The |
stripAnsi |
If FALSE, don't strip out Ansi escape sequences before returning terminal buffer. |
Value
The terminal contents, one line per row.
Note
The terminalBuffer
function was added in version 1.1.350 of
RStudio.
[Package rstudioapi version 0.16.0 Index]