Skip to contents

A shiny Module.

Usage

mod_DetQuantImpValues_ui(id)

mod_DetQuantImpValues_server(
  id,
  dataIn = reactive({
     NULL
 }),
  quant = reactive({
     1
 }),
  factor = reactive({
     1
 }),
  remoteReset = reactive({
     0
 }),
  is.enabled = reactive({
     TRUE
 })
)

mod_DetQuantImpValues(obj)

Arguments

id

xxx

dataIn

xxx

quant

xxx

factor

xxx

remoteReset

xxx

is.enabled

xxx

obj

xxx

Examples

if (interactive()){
data(ft_na)
shiny::runApp(mod_DetQuantImpValues(ft_na[[1]]))
}