Learn R Programming

tmuxr (version 0.2.4)

prop: Properties of a tmux object

Description

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

Run this code
# NOT RUN {
s <- new_session()
prop(s, "session_created")
kill_session(s)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab