Learn R Programming

terminalgraphics (version 0.1.1)

term_height: Get the height of the terminal window in pixels

Description

Get the height of the terminal window in pixels

Usage

term_height()

Arguments

Value

An integer with the number of pixels the terminal is high. This value can be zero when the terminal does not support querying the size.

See Also

term_width for the terminal width and term_dim for all dimensions including the dimensions in rows and columns.