Skip to contents

Get the properties of a tmux object, including sessions, windows, and panes.

Usage

prop(target = NULL, property)

Arguments

target

A tmuxr_session, tmuxr_window, or tmuxr_session. Default: NULL.

property

A string.

Value

A string.

Examples

if (FALSE) {
s <- new_session()
prop(s, "session_created")
kill_session(s)
}