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