[R-SIG-Mac] R.app Data Editor
Simon Urbanek
simon.urbanek at r-project.org
Sun Apr 8 20:39:53 CEST 2012
On Apr 8, 2012, at 2:07 PM, Holger Schulz wrote:
> Thanks for all the answers.
>
> Am 2012-04-08 um 18:34 schrieb David Winsemius:
>
>> obj <- data.frame(a=1:10, b=letters[1:10])
>> edit(obj)
>
> Okay. I thought R.app would be something like a GUI.
>
If you want it the GUI way, use Workspace -> Workspace Browser, select an object and click on Edit
Cheers,
S
>> Notice that on exiting the Data Editor you will see the edited results but as with any local operation in R that unless you invoked it as:
>>
>> new <- edit(obj)
>
> I'm afraid, I didn't understand that. What actually have I to do to make the changes become effective?
>
> Does
>
> tab <- edit(tab)
>
> work?
>
>
>>
>> Or recovered that effort using access to .Last.value that all your changes would be lost.
>>>
>>
>> --
>>
>> David Winsemius, MD
>> West Hartford, CT
>>
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
>
More information about the R-SIG-Mac
mailing list