R/modulesResourceButtons.R
addRowRc_Server.RdServer logic of Resource tab module for adding a row
addRowRc_Server( input, output, session, data, patient_ids = NULL, sample_ids = NULL, resource_ids = NULL, resource_type = c("definition", "sample", "patient", "study") )
| input | Shiny input |
|---|---|
| output | Shiny output |
| session | Shiny session |
| data | Source data as data.frame |
| patient_ids | Reactive vector of existing patient IDs |
| sample_ids | Reactive data.frame of existing patient IDs and sample IDs |
| resource_ids | Reactive data.frame of data_resource_definition |
| resource_type | The type of the resource. Can be "definition", "sample", "patient", "study" |
reactive data.frame of modified source data