deleteRowRc_Server {cbpManager}R Documentation

Server logic of Resource tab module for deleting a row

Description

Server logic of Resource tab module for deleting a row

Usage

deleteRowRc_Server(
  input,
  output,
  session,
  data,
  selected_row,
  mode = "default",
  sample_data = NULL,
  patient_data = NULL,
  study_data = NULL
)

Arguments

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'

Value

reactive data.frame of modified source data


[Package cbpManager version 1.2.0 Index]