saveResource_Server {cbpManager}R Documentation

Server logic of module for saving the resource data

Description

Server logic of module for saving the resource data

Usage

saveResource_Server(
  input,
  output,
  session,
  data,
  study_id,
  data_filename,
  meta_filename,
  resource_type = c("SAMPLE", "DEFINITION", "PATIENT", "STUDY")
)

Arguments

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"

Value

nothing to return


[Package cbpManager version 1.0.2 Index]