Skip to content

Browsing through a dataframe page by page (like with shell command more)

4 messages · Alexandre CESARI, Peter Ehlers, Greg Snow

#
On 2010-12-13 02:49, Alexandre CESARI wrote:
How about View(mydata)? See help('View').

Peter Ehlers
#
For data frames the best is probably the View function (note capitol V) which opens the data frame in a spreadsheet like window that you can scroll through.

For more complicated, list or list-like objects, look at TkListView in the TeachingDemos package.

For more general investigation of data objects look at ?page and ?options specifically the "pager" section.