Skip to content

R.app Data Editor

1 message · David Winsemius

#
On Apr 8, 2012, at 11:59 AM, Holger Schulz wrote:

            
obj <- data.frame(a=1:10, b=letters[1:10])
edit(obj)

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)

  Or recovered that effort using access to .Last.value that all your  
changes would be lost.