How to set the width of R console in terminal evoked from vim? -


i installed vim-r-plugin on linux computer. below r console prompted "\rf", seems narrow show columns of data though terminal window has been wide enough. wondering how make wider r console. enter image description here

install package setwidth , put library(setwidth) in ~/.rprofile. width of r console adjusts width of terminal (it same width output of tput cols).

if want custom width, can options(width = 120), example.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -