saveResource_Server {cbpManager} | R Documentation |
Server logic of module for saving the resource data
saveResource_Server( input, output, session, data, study_id, data_filename, meta_filename, resource_type = c("SAMPLE", "DEFINITION", "PATIENT", "STUDY") )
input |
Shiny input |
output |
Shiny output |
session |
Shiny session |
data |
Source data as data.frame |
study_id |
The current study ID |
data_filename |
File name of the data file |
meta_filename |
file name of the meta file |
resource_type |
The type of the resource. Can be "definition", "sample", "patient", "study" |
nothing to return