How to increase the number of columns using R in Linux -


It may look vulnerable, but it affects my productivity. I'm using R in terminal mode on linux. Unlike Windows IDE, Linux has limited the number of columns to a limit of 80, thus monitoring data sets is difficult. Is there a way to determine the maximum number of columns?

Here is a function that my ~ / .profile file:

  wide screen & lt; - Function (how wide = Sys.getenv ("COLUMNS")) {options (width = as.integer (howWide)}}  

howWide without argument Calling the function sets the column for the width of your terminal You can optionally pass in the argument to determine the width of the arbitrary number of your choice.

Almost like the suggestion of passion, but less magic: -)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -