This sample shiny dashboard uses Licenced and Certified Healthcare Facilities data maintained by the California Department of Public Health.
The first page of the app, "County Measures", displays information about the user's selected county. It utilizes leaflet
, reactable
, plotly
and shinydashboard
widgets:
The second tab of the app, "State Measures" produces a summary of the entire statewide dataset. The top plot displays license expiration dates categorized into yearly quarters. The table shows the full dataset, which can be filtered and downloaded by the user. This page utilizes plotly
and reactable
widgets:
In addition to these packages, this project leveraged:
dplyr
ggplot2
lubridate
janitor
forcats
stringr
glue
bslib
shinyWidgets