Skip to content

parmsam/rstudio-table-contest-2021

main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

Crosstalk

About

RStudio table contest 2021 entry. Hosted on Github pages here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages