Regular Expression Searching within Shiny Selectize Objects

regexSelect is a small package that uses Shiny modules to solve a problem in Shiny selectize objects - regular expression (regex) searching. You can quickly filter the values in the selectize object, while being able to add that new regex query to the selectize list. This is great for long lists, since you can return multiple item simultaneously without needing to endlessly click items in a list! Install install.packages('regexSelect') #devtools::install_github('yonicd/regexSelect') Below are two examples of using regular expressions to quickly populate multiple items in a ggplot and a datatable. [Read More]