editRowRc_Server {cbpManager}R Documentation

Server logic of Resource tab module for editing a row

Description

Server logic of Resource tab module for editing a row

Usage

editRowRc_Server(
  input,
  output,
  session,
  data,
  patient_ids = NULL,
  sample_ids = NULL,
  resource_ids = NULL,
  selected_row = NULL,
  resource_type = c("definition", "sample", "patient", "study")
)

Arguments

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

selected_row

Index of the selected row

resource_type

The type of the resource. Can be "definition", "sample", "patient", "study"

Value

reactive data.frame of modified source data


[Package cbpManager version 1.2.0 Index]