Closed caitobrien closed 9 months ago
reactable
gives a nice reactive table that will filter using the same selection and then further allow filtering, sorting, and collapsing. Added to plot just for show and tell. Will remove if redundant since plotly
does work with facet_grid
.
Next step, add plotly and adjust tidybayes-ribbon since plotly
does not work with tidybayes-ribbon. Potentially geom_ribbon or stat_smooth to add CI if using plotly?
Or add summarizing text blogpost code
Use https://mastering-shiny.org/action-graphics.html#clicking or try another reactive method? Look into plotly versus facet grid to show each point on hover?