r - Multilevel in shiny input -


i have, multilevel in shiny ui input region, province , school.

library(data.table) selectinput("region","region",c("golfe","maritime","kara","savanes")) selectinput("province","province", as.character(sort(unique(dt[,region])))) selectinput("school","school",as.character(sort(unique(dt[,province])))) how can link region -> province -> school. thank

you need on server side, using updateselectinput function.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -