powered by
Returns contents of a terminal buffer.
terminalBuffer(id, stripAnsi = TRUE)
The terminal id. The id is obtained from terminalList(), terminalVisible(), terminalCreate(), or terminalExecute().
id
terminalList()
terminalVisible()
terminalCreate()
terminalExecute()
If FALSE, don't strip out Ansi escape sequences before returning terminal buffer.
The terminal contents, one line per row.