prop: Properties of a tmux object

View source: R/utils.R

propR Documentation

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

## Not run: 
s <- new_session()
prop(s, "session_created")
kill_session(s)

## End(Not run)


datascienceworkshops/tmuxr documentation built on April 26, 2024, 5:26 a.m.