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: %>%
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: %>%