For example:
data_cbs <- reactive({
"code"
})
model <- reactive({
data <- data_cbs()
+ "code"
})
Is it possible to use the following structure in R shiny?
Maybe it is important to know, that data_cbs() and model consists of 3-4 "else-if" statements.
dataasdata()modeltoeventReactiveso it only responds whendata_cbsis complete