[R-SIG-Mac] GUI data editor

Simon Urbanek simon.urbanek at r-project.org
Sun Feb 6 02:14:06 CET 2011


On Feb 5, 2011, at 1:42 PM, Ahnate Lim wrote:

> Hello,
> 
> I am confused, is there a GUI data editor that can be invoked by edit()?


Yes.

For example
m=edit(matrix(0,4,4))
or
d=edit(iris)


> I am looking at the book R in a Nutshell, and there is a picture of a nice
> spreadsheet that should come up. When I use edit() all I get is a text
> editor?
> 

It means that you're trying to edit something that doesn't fit a spreadsheet.

Cheers,
Simon



More information about the R-SIG-Mac mailing list