rstudio-table-contest-2021
Title/Subtitle
Interactivity with the deluxe cars dataset
an interactive table using crosstalk + reactable on the gtcars dataset
for the RStudio Table Contest 2021
Webpage link
Contest info
Short Description
The table here shows the gtcars dataset from the gt package which has information on expensive and fast cars from 2014 to 2017. Reactable and crosstalk packages applied on the dataset into an interactive HTML document. The table serves as an example of just some of the many capabilities of the reactable package. Additionally, it show how HTML widgets can communicate with each other without R Shiny using the crosstalk package.
Long Description
The table here shows the gtcars dataset from the gt package which has information on expensive and fast cars from 2014 to 2017. The table was built using the reactable package combined with crosstalk to allow HTML widgets to communicate with each other without R Shiny. Features in the interactive-HTML include d3scatter plots, crosstalk filter controls, column name tooltips, embedded flag images, row selection, and conditionally formatted cells with icons and bar charts. The example shows some of the capabilities of reactable combined with crosstalk.
Main libraries
- reactable
- reactablefmtr
- crosstalk
- tippy
- dplyr
- scales
- htmltools
- summarywidget
- d3scatter
Helpful resources
Reactable
- https://glin.github.io/reactable/articles/examples.html
- https://glin.github.io/reactable/articles/cookbook/cookbook.html
- https://kcuilla.github.io/reactablefmtr/articles/icon_sets.html