In this video I walk through two straightforward methods for setting up filters in R shiny: instant filtering, and filtering activated by an "update" button.
🔗 Code: https://github.com/ashleighlatter/shiny-basics/tree/main/filtering
🔗 bs4dash shiny template:
https://youtu.be/LY6K_GD4ypc
00:00 Introduction
00:23 Example data & dashboard
01:14 Method 1: Instant filtering
05:21 Method 2: Refresh button filtering
07:20 Outro