HT_IVIVE: server function of high throughput dosimetry

Description Usage Arguments

View source: R/HT_IVIVE_InputModule.R

Description

This function is needed internally by the package to handle the server functions related to adding compounds in the HT-IVIVE UI. It is never intended to be called by the user.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
HT_IVIVE(
  input,
  output,
  session,
  vals = "",
  type = "",
  chem_list = list(),
  idx = 0,
  row_selected = 0
)

Arguments

input

input object from the data input UI

output

output object from the data input UI

session

session in which this module is called

vals

values for clearance

type

IVIVE type

chem_list

List of imported chemicals in the project

idx

index of the row

row_selected

row selected for editing


plethem documentation built on Nov. 8, 2020, 4:35 p.m.