updateUIInputs: Update Inputs for PLETHEM UI

Description Usage Arguments

View source: R/updateUI.R

Description

This a common function used to update the inputs for any PLETHEM User Interface. It is used by the apps to provide a common pathways for all UI updates to happen

Usage

1
updateUIInputs(session, param_df)

Arguments

session

The Shiny session in which all the inputs have to be updated

param_df

The parameter dataframe. The parameter dataframe has the following columns Name - The name of the parameter Var - The variable in the UI representing this parameter ParamType - The type of input, either Numeric, Radio, Checkbox, Select, Tabset. Used to identify which update function to call Val - The value to be update with. If the type is numeric, the value is coerced to be a number.


ScitoVation/plethem documentation built on Oct. 1, 2020, 3:37 a.m.