Skip to content

data_edit crashes if the last column is selected #66

@rraebild

Description

@rraebild

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions