Server logic of module for deleting a column
deleteColumn_Server(input, output, session, data, exclude)
| input | Shiny input |
|---|---|
| output | Shiny output |
| session | Shiny session |
| data | source data as data.frame |
| exclude | column names that shoud be excluded from deletion |
reactive data.frame of modified source data