capture_pane | R Documentation |
Capture the contents of a tmux pane
capture_pane(
target = NULL,
start = NULL,
end = NULL,
escape = FALSE,
escape_control = FALSE,
trailing_spaces = FALSE,
join = FALSE,
cat = FALSE
)
target |
A tmuxr_session, tmuxr_window, or tmuxr_pane. If |
start , end |
An integer or a dash ( |
escape |
A logical. If |
escape_control |
A logical. If |
trailing_spaces |
A logical. If |
join |
A logical. If |
cat |
A logical. If |
A vector of strings or one string when cat
is TRUE
.
send_keys()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.