SelectInputUpdate in R? SelectInput in two tabs that are related
问题 New code example below where I'm trying to link selectInput in all three tabs. In the example below, the first two tabs selectInputs are linked but I'm trying to get all three linked. Is there any way to have all three linked? #`````````````````````````````````````` a <- list("2016", "MALE", "25", "50") b <- list("2017", "FEMALE", "5", "100") c <- list("2017", "MALE", "15", "75") d <- list("2016", "MALE", "10", "35") e <- list("2017", "FEMALE","55", "20") data <- rbind(a,b,c,d,e) #```````````