deleteRowRc_Server {cbpManager} | R Documentation |
Server logic of Resource tab module for deleting a row
deleteRowRc_Server( input, output, session, data, selected_row, mode = "default", sample_data = NULL, patient_data = NULL, study_data = NULL )
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 |
mode |
If 'recursive' the resources bind to the resource definition will be deleted. |
sample_data |
Data of the resource from type 'sample' |
patient_data |
Data of the resource from type 'patient' |
study_data |
Data of the resource from type 'study' |
reactive data.frame of modified source data