Skip to contents

Update Attribute Input

Usage

attribute_input_update(data.model, shortcut_trigger, MODULE = NULL)

Arguments

data.model

the reference of the data model reactiveVal

shortcut_trigger

basically the value of input$shortcut_trigger

MODULE

an optional character string for the trace

Examples

if (FALSE) { # \dontrun{
attribute_input_update(
data.model = mydata$data_model,
shortcut_trigger = "name_banana",
MODULE = "(mydata)")
} # }