Initialize automtatically selectInput in R Shiny -


so have selectinput ask user variables want keep dataframe. problem want specific variable pre-selected or @ least added select list after made choice.

for example ask variables want keep : "color","length","name","price","website"

let's chose "name" , "price" want variable "website" in select, how can add list after choice ?

and if choose "name" , "website" took variable need, how do program doesn't add "website" twice!

thanks in advance, fellow r user discovered today rshiny !

have day

edit : alright i'm dumb, tried option selected, didn't work it's because put @ wrong selectinput

so yeah, using option selected, sorry


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -