Learn R Programming

tmuxr (version 0.2.4)

set_option: Set option

Description

Set option

Usage

set_option(
  target = NULL,
  option,
  value = NULL,
  type = c("session", "window", "pane", "server"),
  append = FALSE,
  expand = FALSE,
  global = FALSE,
  unset = FALSE,
  override = TRUE
)

Arguments

target

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

option

A string.

value

A string. Default: NULL.

type

A string. Type of option. Default: session.

append

A logical. Default: FALSE.

expand

A logical. Default: FALSE.

global

A logical. Default: FALSE.

unset

A logical. Default: FALSE.

override

A logical. Default: TRUE.