On 6/6/09, Liviu Andronic <landronim...@gmail.com> wrote: > (cross-platform) alternative to fixing data in a spreadsheet-style > environment in R (those on Windows can try RExcel)? Perhaps built on > other toolkits? > Oh, there is one, in JGR. Issue object.browser() to browse all workspace objects, and double-click data frames to access a much less rudimentary spreadsheet-like environment that allows to view the data, edit individual cells, insert/remove rows, insert/remove/rename columns, sort by columns and export all modifications to an R object. Individual variables in data frames, and other objects such as matrices can be edited in a similar fashion. Liviu
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.