term_dim {cursr} | R Documentation |
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()
Value
numeric vector (# of rows, # of columns)
Examples
term_dim()
[Package cursr version 0.1.0 Index]