deleteRow_Server {cbpManager} | R Documentation |
Server logic of module for removing a row
deleteRow_Server(input, output, session, data, selected_row)
input |
Shiny input |
output |
Shiny output |
session |
Shiny session |
data |
source data as data.frame |
selected_row |
Index of the selected row from the table |
reactive data.frame of modified source data