add_model_par: A helper function that adds a paramter to the shiny UI...

View source: R/add_model_par.R

add_model_parR Documentation

A helper function that adds a paramter to the shiny UI elements of the build tab

Description

This function adds inputs for a new parameter. This is a helper function called by the shiny app.

Usage

add_model_par(values, output)

Arguments

values

a shiny variable keeping track of UI elements

output

shiny output structure

Details

This function is called by the Shiny server to produce the Shiny input UI elements for the build tab.

Value

No direct return. output structure is modified to contain text for display in a Shiny UI

Author(s)

Andreas Handel


andreashandel/modelbuilder documentation built on April 16, 2024, 8:48 a.m.