console_width {cliapp}R Documentation

Determine the width of the console

Description

It uses the RSTUDIO_CONSOLE_WIDTH environment variable, if set. Otherwise it uses the width option. If this is not set either, then 80 is used.

Usage

console_width()

Value

Integer scalar, the console with, in number of characters.


[Package cliapp version 0.1.1 Index]