set_option: Set option

View source: R/utils.R

set_optionR Documentation

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.


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