In R, options() function may be used, such as:
options(width=80)
For example, this changes the screen print width to 80 characters.
How to