Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Shiny アプリのリストボックスで選択された複数の値を読み取るにはどうすればよいですか?
いつmultiple=falseを簡単に使用できますinput$nameofinputが、何が返され、どのように選択した値にアクセスできますmultiple=TRUEか?
multiple=false
input$nameofinput
multiple=TRUE
in は現在ベクトルなので、使用できますwhatever %in% input$nameofinput
whatever %in% input$nameofinput