In this practical you’ll practice creating interactive graphics with shiny
.
By the end of this practical, you’ll try to create the app above!
File | Rows | Columns |
---|---|---|
baselers.csv | 260 | 24 |
kc_house.csv | 21613 | 21 |
Package | Installation |
---|---|
tidyverse |
install.packages("tidyverse") |
DT |
install.packages("DT") |