Increasing console space?

Hi,
I am just wondering if there is a way to increase the number of lines of code that can be viewed on the console. I have one command in particular that produces lots of information and it can't all be viewed on the console.
The command is to view all the pc.scores for my dataset and it prints all the data but the first 24 pc.scores get removed off the top of the console as it has run out of space. I was wondering if there was a way to solve this?
Cheers!

I don't know an option for that, but you could use sink() to send console messages to a file.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.