16 Interactive Outputs in R: plotly, Datatable, reactable

This discussion is dedicated to tools to generate interactive graphs, tables, and other content without Shiny (which, as you know, requires a server to host your Shiny application and which for this reason cannot be easily shared with your clients, e.g. by email)

Here are the most popular ones:

https://rstudio.github.io/DT/
https://plotly.com/r/ and
https://glin.github.io/reactable

16.1 reactable

Check what kind of interactive coloured tables you can make with it: https://glin.github.io/reactable/articles/womens-world-cup/womens-world-cup.html