From 6f4593806d51e0b6e0a0b5692ea1b831f45849a0 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Wed, 30 May 2018 16:05:48 +0200 Subject: [PATCH] featureSelector: updated note --- R/featureSelector.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R/featureSelector.R b/R/featureSelector.R index 2458375..8ca752b 100644 --- a/R/featureSelector.R +++ b/R/featureSelector.R @@ -29,7 +29,10 @@ featureSelectorUI <- function(id){ 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::downloadButton(ns("download")), - shiny::br("The SELECT button only evaluates the filter(s) below. Sorting or sub-selections based on the table above will reset!") + shiny::br(), + shiny::strong("NOTE: The SELECT button only evaluates the filter(s) below.",shiny::br(), + "Manual sub-selections on table applies instantly!", shiny::br(), + "Repress of SELECT button discards manual selections!") ) )