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. 
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
Post a Comment