R/generate_model.R
generate_model.Rd
This function takes as input the shiny user inputs for the modelbuilder build functionality and writes them inot a model object
generate_model(input, values)
input | Shiny UI inputs to be read |
---|---|
values | Shiny UI variable that contains needed counters |
A modelbuilder model structure.
This function is a helper function
Spencer D. Hall, Andreas Handel