Skip to contents

[Experimental]

This defines the input for the experiment specification.

Usage

experimentSpecInput(
  inputId,
  data,
  mae_name,
  label_experiments = "Select Experiment"
)

Arguments

inputId

(string)
the ID used to call the module input.

data

(tdata)
tdata object which is automatically passed to the UI and server functions, holding all the data sets provided in the app initialization.

mae_name

(string)
name of the MAE data used in the teal module.

label_experiments

(string)
label for the experiment selection.

Value

The UI part.

See also

experimentSpecServer() for the module server and a complete example.