+1 to @sgibb, page() really helpful. In some cases, I want to go with a more complicated solution. Can you also use ? Sink combined with ? File.show :
sink(file="tempSink", type="output") ... # various commands ... sink() file.show(file="tempSink", delete.file=TRUE, title="my output")
For example, page() displays only one output, but you can look at a few together. I also noted that sometimes page() does not work, but the above (I donβt know why - it might just be a mistake).
source share