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 _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
