How to scroll along?

This feels like a noob question, but I'm using the web-based RStudio, and I can't work out how to scroll along in the console!

E.g. I have read a CSV and printed it in the console, but this takes up more space than is available in the viewing pane of the console, so it runs off to the left. I can't work out how to scroll along to the right to see the remaining contents. There is no scroll bar.

Unless you're not supposed to use the console for this purpose - in which case, how are you supposed to do this?

Try View(your-data-here), or double-clicking the dataset in the Environment pane.This will open a "View" pane in which you can scroll horizontally: