Use the View function (pay attention to capitol 'V'), it will open a data frame, matrix or other object like a table in a new window in a spreadsheet style format that can be scrolled to view data (but not editing). This window does not depend on the console, so you can continue to issue commands without closing the view window (however, changes to the data object will not appear in the view window, you will need to close the window and run View again to see the changes).
If you want to edit data in a spreadsheet, such as a window, use edit or fix (but you cannot run other commands with them until you close the editing window).
Some of the GUIs for R also have tools for viewing or editing scrolling data objects.
Greg snow
source share