dataset - View large data set on the R console -


is there way view large data set [1380160 obs. of 44 variables] in full on r console ?

i have changed print limit using options(max.print=...), however, cannot see full data set, i.e. right first row last there no way scroll through data.

use view function (note capitol 'v'), open data frame, matrix, or other table object in new window in spreadsheet style format can scrolled viewing data (but not editing). window independent of console can continue issue commands without having close viewing window (however changes data object not seend in viewing window, need close window , run view again see changes).

if want edit data in spreadsheet window use edit or fix (but these cannot run other commands until close editing window).

some of gui's r have tools viewing or editing data objects scrolling.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -