You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed DataEditR and went to try it today. It is not working. The RStudio addin is not launching correctly (I'll add a different issue for that) and when I open a data.frame with data_edit() it does not save the edits.
I'm using R 4.4.1 (2024-06-14) and RStudio Version 2024.04.2+764 (2024.04.2+764) with MacOS 14.5 (ARM)
I had no errors installing DataEditR or launching it.
Here is what happens.
I make a copy of mtcars to test
mtc_new <- mtcars
I open it with data_edit and make a change
Edit the last column ("carb") of row one, changing it from 4 to 5
Tab to a new line just to make sure the change sticks
Same for me, but if I click "synchronize" before "Done", it returns correctly the edited data.
I think it is an unintuitive behavior, I think it would be better if clicking "Done" will return the edited data always, without the need to click "synchronize" before.
I recently installed DataEditR and went to try it today. It is not working. The RStudio addin is not launching correctly (I'll add a different issue for that) and when I open a data.frame with data_edit() it does not save the edits.
I'm using R 4.4.1 (2024-06-14) and RStudio Version 2024.04.2+764 (2024.04.2+764) with MacOS 14.5 (ARM)
I had no errors installing DataEditR or launching it.
Here is what happens.
I tried the same thing with the syntax to use edit()
Same result. No change.
The text was updated successfully, but these errors were encountered: