DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
384 stars 40 forks source link

data_edit crashes if the last column is selected #66

Open rraebild opened 10 months ago

rraebild commented 10 months ago

I am having a weird experience:

tibble( a= 1:3, b=4:6, c=7:9) %>% data_edit()

Even this simple code crashes, when I want to select the last column with the select button. And it does not matter whether I select only the last column or if I select several columns together with the last column. Whenever the last column is elected, it crashes.

This is the error message:

Listening on http://127.0.0.1:4824 Warning: Error in [.data.frame: nicht definierte Spalten gewählt 51: stop 50: [.data.frame 48: observe 47: 4: shiny::runApp 3: runGadget 2: data_edit 1: %>%