R/pane.R
kill_pane.Rd
Destroy the given pane. If no panes remain in the containing window, it is also destroyed.
kill_pane(target = NULL, inverse = FALSE)
A tmuxr_pane. If NULL, the currently active pane is used. Default: NULL.
NULL
A logical. If TRUE, kills all but the target pane. Default: FALSE.
TRUE
target
FALSE