Skip to content

Commit

Permalink
Merge pull request loosolab#17 from HendrikSchultheis/master
Browse files Browse the repository at this point in the history
featureSelector: updated note
  • Loading branch information
HendrikSchultheis authored May 30, 2018
2 parents 474b095 + 6f45938 commit bb774dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/featureSelector.R
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
)

)
Expand Down

0 comments on commit bb774dc

Please sign in to comment.