View function for browsing a dataset

Suppose you have a large dataset, say with 100 columns. The only way I know to browse the dataset is to use the function View(). However, there is something particularly annoying with that function. Indeed, if I want to browse the fifty-first column, and I've already scrolled the dataset, say I'm in the middle of the dataset, then when I click to see columns 51-100, I come back to the first observation and If I scroll the dataset I cannot understand what I'm looking at because I cannot block the first column describing the data. Any suggestion?

Make a transposed version with t() and try that.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.