GenEst (version 1.2.0)

dataInputWidget: Create a Data Input Widget for the GenEst User Interface HTML

Description

This is a generalized function for creating a data input widget used in the GenEst GUI, based on the data type (dataType). Included within the widget is a conditional panel that allows removal of the specific data file (and clearing of all downstream models) once it has been loaded.

Usage

dataInputWidget(dataType)

Arguments

dataType

Toggle control for the model type of the widget. One of "SE", "CP", "SS", "DWP", or "CO".

Value

HTML for the data input widget.