generate_buildUI: A helper function that takes a model and generates the shiny...

View source: R/generate_buildUI.R

generate_buildUIR Documentation

A helper function that takes a model and generates the shiny UI elements for the build tab

Description

This function generates empty inputs or inputs for a supplied model. This is a helper function called by the shiny app.

Usage

generate_buildUI(mbmodel, output)

Arguments

mbmodel

a modelbuilder model structure

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.