mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
new vectorSelectInput to select vector with names displayed
This commit is contained in:
parent
469c7b01ad
commit
12db7a6025
6 changed files with 255 additions and 9 deletions
|
|
@ -254,11 +254,11 @@ m_redcap_readServer <- function(id) {
|
|||
})
|
||||
|
||||
output$arms <- shiny::renderUI({
|
||||
shiny::selectizeInput(
|
||||
vectorSelectInput(
|
||||
inputId = ns("arms"),
|
||||
selected = NULL,
|
||||
label = "Filter by events/arms",
|
||||
choices = arms()[[3]],
|
||||
data = stats::setNames(arms()[[3]],arms()[[1]]),
|
||||
multiple = TRUE
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue