prop: Properties of a tmux object

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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

Usage

1
prop(target = NULL, property)

Arguments

target

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

property

A string.

Value

A string.

Examples

1
2
3
4
5
6
## Not run: 
s <- new_session()
prop(s, "session_created")
kill_session(s)

## End(Not run)

tmuxr documentation built on July 1, 2020, 5:19 p.m.