This function generates numeric shiny UI inputs for a supplied model. This is a helper function called by the shiny app.
generate_shinyinput(mbmodel, otherinputs = NULL, packagename)
a name of a function for which to build inputs
a list of other shiny inputs to include
name of package using this function
A renderUI object that can be added to the shiny output object for display in a Shiny UI
This function is called by the Shiny app to produce the Shiny input UI elements. mbmodel is assumed to be the name of a function which will be parsed to create UI elements. Non-numeric arguments of functions are removed.