ncols: Computes the maximum width of terminal window.

Description Usage Arguments Value

View source: R/ncols.r

Description

ncols detects the maximum number of columns of the current terminal window. Note that columns are normally the same as characters except in CJK languages.

Usage

1
ncols(set_option = TRUE)

Arguments

set_option

whether to automatically set the R terminal width to the system terminal maximum number of columns [default TRUE]

Value

The number of terminal window columns.


hrr documentation built on May 29, 2017, 9:50 a.m.

Related to ncols in hrr...