Displaying more than 1000 lines in the R Studio console?

I think the thing to do is understand the the console is for working interactively and not for logging long running processes. Its fairly trivial, and more robust to set up logging, from base::sink approach, to more sophistated logging packages, and get the log for your large project with thousands of lines of code saved out into a timestamped file.

2 Likes