Biogen-Inc / IDEAFilter

An R Shiny Filtering module. Demo the shiny module at: https://bit.ly/demo_IDEAFilter
https://biogen-inc.github.io/IDEAFilter/
Other
11 stars 2 forks source link

Allow Pre-selection #13

Open Jeff-Thompson12 opened 1 year ago

Jeff-Thompson12 commented 1 year ago

Allow users to input a list of columns to pre-populate the filter.

ArsCesc4 commented 1 week ago

Would u please give an example, of this new pre selection feature? thanks!

aclark02-arcus commented 1 week ago

Hi @ArsCesc4, the pre-selection feature is modelled in these lines from our Star Wars example app:

https://github.com/Biogen-Inc/IDEAFilter/blob/master/inst/examples/starwars_app/app.R#L51-L58