Learn R Programming

cursr (version 0.1.0)

term_dim: Determine Terminal Size

Description

Function determines the size of the terminal in number of rows and columns. The value may not be accurate in RStudio or the R GUI.

Usage

term_dim()

Arguments

Value

numeric vector (# of rows, # of columns)

Examples

Run this code
# NOT RUN {
term_dim()

# }

Run the code above in your browser using DataLab