attribute_input_update.Rd
Update Attribute Input
attribute_input_update(data.model, shortcut_trigger, MODULE = NULL)
the reference of the data model reactiveVal
basically the value of input$shortcut_trigger
an optional character string for the trace
if (FALSE) { # \dontrun{ attribute_input_update( data.model = mydata$data_model, shortcut_trigger = "name_banana", MODULE = "(mydata)") } # }