diff --git a/R/featureSelector.R b/R/featureSelector.R index f77bb01..13fea96 100644 --- a/R/featureSelector.R +++ b/R/featureSelector.R @@ -27,7 +27,8 @@ featureSelectorUI <- function(id){ shiny::div(id = ns("guide_buttons"), shiny::actionButton(ns("select"), "Select", style = "color: #fff; background-color: #3c8dbc"), shiny::actionButton(ns("reset"), "Reset", style = "color: #fff; background-color: #3c8dbc"), - shiny::actionButton(ns("guide"), "Launch guide", style = "color: #fff; background-color: #3c8dbc", icon = shiny::icon("question-circle")) + shiny::actionButton(ns("guide"), "Launch guide", style = "color: #fff; background-color: #3c8dbc", icon = shiny::icon("question-circle")), + shiny::br("The SELECT button only evaluates the filter(s) below. Sorting or sub-selections based on the table above will reset!") ) )