-
Hello, I would like to increase the area occupied with the output of the R chunk. For example, using this simple code returns the following output:
I want to increase the number of characters that fit each line; i.e., allow the filling of the empty area to the right. Any advice? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 11, 2023
Replies: 1 comment 3 replies
-
This is tied to |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
elgabbas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is tied to
getOption("width")
, so set your desired width withoptions(width = XXXX)
.