eventTriggerMod: Server-side utility for 'ibiVizEdit' that enables Event...

Description Usage Arguments

View source: R/mod_eventTrigger.R

Description

Note that currently the logic on whether a function (func) should run needs to be contained inside that function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
eventTriggerMod(
  input,
  output,
  session,
  input_id = NULL,
  trigger_items = NULL,
  trigger_values = NULL,
  trigger_object = NULL,
  trigger_id = NULL
)

Arguments

input, output, session

shiny internals

input_id

id label - actual name stored within the shiny input object

trigger_items

PLACEHOLDER

trigger_values

PLACEHOLDER

trigger_object

PLACEHOLDER

trigger_id

PLACEHOLDER


dr-consulting/ibi_VizEdit documentation built on Jan. 1, 2021, 12:04 a.m.