Learn R Programming

tmuxr (version 0.2.4)

tmux_version: Get tmux version

Description

Get the version of tmux.

Usage

tmux_version(as_numeric = TRUE)

Arguments

as_numeric

A logical. If TRUE, the version number is returned as a numeric. Default: TRUE.

Value

A numeric or string.

Examples

Run this code
# NOT RUN {
tmux_version()
tmux_version() >= 2.8
tmux_version(as_numeric = FALSE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab